[PATCH] D138099: [BOLT][runtime] Change fPIE flag to fPIC

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 23:51:54 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG750d17bb72ad: [BOLT][runtime] Change fPIE flag to fPIC (authored by yota9).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138099/new/

https://reviews.llvm.org/D138099

Files:
  bolt/runtime/CMakeLists.txt


Index: bolt/runtime/CMakeLists.txt
===================================================================
--- bolt/runtime/CMakeLists.txt
+++ bolt/runtime/CMakeLists.txt
@@ -28,7 +28,7 @@
   -fno-rtti
   -fno-stack-protector
   -mno-sse
-  -fPIE)
+  -fPIC)
 
 # Don't let the compiler think it can create calls to standard libs
 target_compile_options(bolt_rt_instr PRIVATE ${BOLT_RT_FLAGS})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138099.476025.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221117/07500470/attachment.bin>


More information about the llvm-commits mailing list