1
0
Fork 0

remove BOLT_LLD option

as we want to use project's linker for #401
This commit is contained in:
Mikhail Goncharov 2022-06-09 13:50:48 +02:00 committed by GitHub
parent d8647c815d
commit 47a8401ffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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/ld.lld'
- '-DBOLT_CLANG_EXE=/usr/bin/clang'
windows: []