bolt-disable-emit-relocs
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 16 Oct 2023 13:14:10 +0000 (13:14 +0000)
committerAndres Salomon <dilinger@debian.org>
Mon, 16 Oct 2023 13:14:10 +0000 (13:14 +0000)
===================================================================

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()