diff options
author | Jakob Koschel <[email protected]> | 2023-07-19 00:29:12 +0200 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-08-18 10:18:56 -0700 |
commit | 349fde599db65d4827820ef6553e3f9ee75b8c7c (patch) | |
tree | 39267351bb36b0e555f57001c0b0f9e6b2df9e79 /tools/perf/scripts/python | |
parent | d9efb07dcb69a1e0428602597ececad34f3c717b (diff) |
arch: enable HAS_LTO_CLANG with KASAN and KCOV
Both KASAN and KCOV had issues with LTO_CLANG if DEBUG_INFO is enabled.
With LTO inlinable function calls are required to have debug info if they
are inlined into a function that has debug info.
Starting with LLVM 17 this will be fixed ([1],[2]) and enabling LTO with
KASAN/KCOV and DEBUG_INFO doesn't cause linker errors anymore.
Link: https://github.com/llvm/llvm-project/commit/913f7e93dac67ecff47bade862ba42f27cb68ca9
Link: https://github.com/llvm/llvm-project/commit/4a8b1249306ff11f229320abdeadf0c215a00400
Link: https://lkml.kernel.org/r/[email protected]
Reviewed-by: Nathan Chancellor <[email protected]>
Signed-off-by: Jakob Koschel <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Tom Rix <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions