bolt-disable-emit-relocs
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 11 Sep 2023 13:40:42 +0000 (14:40 +0100)
===================================================================

Gbp-Pq: Name bolt-disable-emit-relocs.patch

bolt/tools/merge-fdata/CMakeLists.txt

index 9405acb6ab68d9079e46a5bc9fa8088b6ceb4740..4220639b31b30e6de541a6afcfd7eff8d707bafd 100644 (file)
@@ -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()