use ld.lld for bolt
This commit is contained in:
parent
f3ac1b41dd
commit
c41ee66634
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ arguments:
|
||||||
- '-D LLVM_ENABLE_LLD=ON'
|
- '-D LLVM_ENABLE_LLD=ON'
|
||||||
- '-D CMAKE_CXX_FLAGS=-gmlt'
|
- '-D CMAKE_CXX_FLAGS=-gmlt'
|
||||||
# Bolt https://github.com/google/llvm-premerge-checks/issues/364#issuecomment-1013952831.
|
# Bolt https://github.com/google/llvm-premerge-checks/issues/364#issuecomment-1013952831.
|
||||||
- '-DBOLT_CLANG_EXE=/usr/bin/clang -DBOLT_LLD_EXE=/usr/bin/lld'
|
- '-DBOLT_CLANG_EXE=/usr/bin/clang -DBOLT_LLD_EXE=/usr/bin/ld.lld'
|
||||||
windows: []
|
windows: []
|
||||||
|
|
Loading…
Reference in a new issue