From: LLVM Packaging Team Date: Sat, 14 Oct 2023 16:37:48 +0000 (+0100) Subject: bolt-disable-emit-relocs X-Git-Tag: archive/raspbian/1%19.1.3-1+rpi1~2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=050c9be29364150472e14608178b07aeca39e40b;p=llvm-toolchain-19.git bolt-disable-emit-relocs =================================================================== Gbp-Pq: Name bolt-disable-emit-relocs.patch --- diff --git a/bolt/tools/merge-fdata/CMakeLists.txt b/bolt/tools/merge-fdata/CMakeLists.txt index 9405acb6ab..4220639b31 100644 --- a/bolt/tools/merge-fdata/CMakeLists.txt +++ b/bolt/tools/merge-fdata/CMakeLists.txt @@ -18,6 +18,6 @@ install(PROGRAMS ) # Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test) -if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) - target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) -endif() +# if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) +# target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) +# endif()