Skip to content

Commit

Permalink
[BOLT] avoid setting ARCHIVE_OUTPUT_DIRECTORY as LLVM_LIBRARY_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 authored and RossComputerGuy committed Jul 11, 2024
1 parent f91f693 commit 72aff3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bolt/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ add_library(bolt_rt_instr STATIC
instr.cpp
${CMAKE_CURRENT_BINARY_DIR}/config.h
)
set_target_properties(bolt_rt_instr PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${LLVM_LIBRARY_DIR}")
add_library(bolt_rt_hugify STATIC
hugify.cpp
${CMAKE_CURRENT_BINARY_DIR}/config.h
)
set_target_properties(bolt_rt_hugify PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${LLVM_LIBRARY_DIR}")

set(BOLT_RT_FLAGS
-ffreestanding
Expand Down

0 comments on commit 72aff3d

Please sign in to comment.