1
0
Fork 0

use ld.lld for bolt

This commit is contained in:
Mikhail Goncharov 2022-02-03 10:16:13 +01:00
parent f3ac1b41dd
commit c41ee66634

View file

@ -28,5 +28,5 @@ arguments:
- '-D LLVM_ENABLE_LLD=ON'
- '-D CMAKE_CXX_FLAGS=-gmlt'
# 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: []