From: LLVM Packaging Team Date: Mon, 9 Sep 2024 12:56:19 +0000 (+0200) Subject: bolt-disable-emit-relocs X-Git-Tag: archive/raspbian/1%17.0.6-18+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a2b2fbecf4a7dc35fde9ba05113b95c58c08533e;p=llvm-toolchain-17.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 f6a87a2268..f31b99058e 100644 --- a/bolt/tools/merge-fdata/CMakeLists.txt +++ b/bolt/tools/merge-fdata/CMakeLists.txt @@ -12,6 +12,6 @@ add_bolt_tool(merge-fdata add_dependencies(bolt merge-fdata) # 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()