From c41ee66634e82fbf0c3dedffe9c97e32ef702e22 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Thu, 3 Feb 2022 10:16:13 +0100 Subject: [PATCH] use ld.lld for bolt --- 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 a138e49..df33e53 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/lld' + - '-DBOLT_CLANG_EXE=/usr/bin/clang -DBOLT_LLD_EXE=/usr/bin/ld.lld' windows: []