From 58aac4d1836237b44671aca3ac1edf9d8aa44976 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 16 Oct 2023 13:14:10 +0000 Subject: [PATCH] bolt-disable-emit-relocs =================================================================== Gbp-Pq: Name bolt-disable-emit-relocs.patch --- bolt/tools/merge-fdata/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() -- 2.30.2