Lines Matching refs:Clang
594 An architecture should select this if it supports Clang's Shadow
599 bool "Clang Shadow Call Stack"
603 This option enables Clang's Shadow Call Stack, which uses a
606 Clang's documentation:
625 Selected if the kernel will be built using Clang's LTO feature.
631 - compiling with Clang,
632 - compiling inline assembly with Clang's integrated assembler,
638 An architecture should select this option if it can support Clang's
643 # Clang >= 11: https://github.com/ClangBuiltLinux/linux/issues/510
652 The compiler and Kconfig options support building with Clang's
671 bool "Clang Full LTO (EXPERIMENTAL)"
676 This option enables Clang's full Link Time Optimization (LTO), which
690 bool "Clang ThinLTO (EXPERIMENTAL)"
694 This option enables Clang's ThinLTO, which allows for parallel
697 from Clang's documentation:
707 An architecture should select this option if it can support Clang's
711 bool "Use Clang's Control Flow Integrity (CFI)"
713 # Clang >= 12:
719 This option enables Clang’s forward-edge Control Flow Integrity
725 found from Clang's documentation: