Skip to content

Commit 72aff3d

Browse files
pca006132RossComputerGuy
authored andcommitted
[BOLT] avoid setting ARCHIVE_OUTPUT_DIRECTORY as LLVM_LIBRARY_DIR
1 parent f91f693 commit 72aff3d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bolt/runtime/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ add_library(bolt_rt_instr STATIC
1616
instr.cpp
1717
${CMAKE_CURRENT_BINARY_DIR}/config.h
1818
)
19-
set_target_properties(bolt_rt_instr PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${LLVM_LIBRARY_DIR}")
2019
add_library(bolt_rt_hugify STATIC
2120
hugify.cpp
2221
${CMAKE_CURRENT_BINARY_DIR}/config.h
2322
)
24-
set_target_properties(bolt_rt_hugify PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${LLVM_LIBRARY_DIR}")
2523

2624
set(BOLT_RT_FLAGS
2725
-ffreestanding

0 commit comments

Comments
 (0)