Skip to content

Commit

Permalink
Try using lld linker
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Feb 7, 2024
1 parent 8425f00 commit 8f0edcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ jobs:
-DCLANG_ENABLE_FORMAT=OFF \
-DCLANG_ENABLE_BOOTSTRAP=OFF \
-DCMAKE_INSTALL_PREFIX=../inst \
-DLLVM_USE_LINKER=lld \
../llvm
#FIXME: openmp-resource-headers not recognised target cling version, so removed for now
cmake --build . --target ClangDriverOptions clang clang-repl openmp --parallel ${{ env.ncpus }}
Expand All @@ -251,6 +252,7 @@ jobs:
-DCLANG_ENABLE_FORMAT=OFF \
-DCLANG_ENABLE_BOOTSTRAP=OFF \
-DCMAKE_INSTALL_PREFIX=../inst \
-DLLVM_USE_LINKER=lld \
../llvm
cmake --build . --target ClangDriverOptions clang clang-repl openmp openmp-resource-headers --parallel ${{ env.ncpus }}
make clean -j ${{ env.ncpus }}
Expand Down

0 comments on commit 8f0edcc

Please sign in to comment.