Skip to content

Commit

Permalink
Merge rust-lang#67
Browse files Browse the repository at this point in the history
67: Fix building LLVM as shared objects r=ltratt a=vext01



Co-authored-by: Edd Barrett <vext01@gmail.com>
  • Loading branch information
bors[bot] and vext01 committed May 4, 2023
2 parents fd75496 + 8f99d66 commit be26a55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cmake -DCMAKE_INSTALL_PREFIX=${INST_DIR} \
-DLLVM_ENABLE_ASSERTIONS=On \
-DLLVM_ENABLE_PROJECTS="lld;clang" \
-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \
-DBUILD_SHARED_LIBS=ON \
-GNinja \
../llvm
cmake --build .
Expand Down
2 changes: 2 additions & 0 deletions lldb/tools/lldb-instr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ add_lldb_tool(lldb-instr
clangSerialization
clangTooling

LINK_COMPONENTS
Support
)
1 change: 1 addition & 0 deletions llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_llvm_component_library(LLVMAsmPrinter
LINK_COMPONENTS
Analysis
BinaryFormat
BitWriter
CodeGen
Core
DebugInfoCodeView
Expand Down
1 change: 1 addition & 0 deletions llvm/lib/Transforms/Yk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ add_llvm_component_library(LLVMYkPasses
intrinsics_gen

LINK_COMPONENTS
Analysis
Core
Support
)

0 comments on commit be26a55

Please sign in to comment.