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

CONFIG_LTO_CLANG_FULL: Clang Full LTO (EXPERIMENTAL)

General informations

The Linux kernel configuration item CONFIG_LTO_CLANG_FULL:

Help text

This option enables Clang's full Link Time Optimization (LTO), which allows the compiler to optimize the kernel globally. If you enable this option, the compiler generates LLVM bitcode instead of ELF object files, and the actual compilation from bitcode happens at the LTO link step, which may take several minutes depending on the kernel configuration. More information can be found from LLVM's documentation:

https://llvm.org/docs/LinkTimeOptimization.html

During link time, this option can use a large amount of RAM, and may take much longer than the ThinLTO option.

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 2024). See also LKDDb sources on GitLab