Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - L index

CONFIG_LTO_CLANG_THIN_DIST: Clang ThinLTO in distributed mode (EXPERIMENTAL)

General informations

The Linux kernel configuration item CONFIG_LTO_CLANG_THIN_DIST:

Help text

This option enables Clang's ThinLTO in distributed build mode. In this mode, the linker performs the thin-link, generating ThinLTO index files. Subsequently, the build system explicitly invokes ThinLTO backend compilation using these index files and pre-linked IR objects. The resulting native object files are with the .thinlto-native.o suffix.

This build mode offers improved visibility into the ThinLTO process through explicit subcommand exposure. It also makes final native object files directly available, benefiting tools like objtool and kpatch. Additionally, it provides crucial granular control over back-end options, enabling module-specific compiler options, and simplifies debugging.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - L index

Automatically generated (in year 2026). See also LKDDb sources on GitLab