We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b5d23 commit 2bb903eCopy full SHA for 2bb903e
offload/liboffload/CMakeLists.txt
@@ -22,6 +22,11 @@ target_include_directories(LLVMOffload PUBLIC
22
target_compile_options(LLVMOffload PRIVATE ${offload_compile_flags})
23
target_link_options(LLVMOffload PRIVATE ${offload_link_flags})
24
25
+target_compile_definitions(LLVMOffload PRIVATE
26
+ TARGET_NAME="Liboffload"
27
+ DEBUG_PREFIX="Liboffload"
28
+)
29
+
30
set_target_properties(LLVMOffload PROPERTIES
31
POSITION_INDEPENDENT_CODE ON
32
INSTALL_RPATH "$ORIGIN"
0 commit comments