From 47a8401ffacaf33a153f43da63836910f2536072 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 9 Jun 2022 13:50:48 +0200 Subject: [PATCH] remove BOLT_LLD option as we want to use project's linker for #401 --- scripts/run_cmake_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_cmake_config.yaml b/scripts/run_cmake_config.yaml index df33e53..9d04c4e 100644 --- a/scripts/run_cmake_config.yaml +++ b/scripts/run_cmake_config.yaml @@ -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: []