Skip to content

Commit

Permalink
[runtimes] Remove LLVM_ENABLE_LLD
Browse files Browse the repository at this point in the history
It was added D115852 and related patches and it brakes https://lab.llvm.org/buildbot/#/builders/fuchsia-x86_64-linux
  • Loading branch information
vitalybuka committed Dec 17, 2021
1 parent 766d32f commit 96aa1e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llvm/runtimes/CMakeLists.txt
Expand Up @@ -242,7 +242,6 @@ function(runtime_default_target)
${COMMON_CMAKE_ARGS}
${RUNTIMES_CMAKE_ARGS}
PASSTHROUGH_PREFIXES LLVM_ENABLE_RUNTIMES
LLVM_ENABLE_LLD
LLVM_USE_LINKER
${ARG_PREFIXES}
EXTRA_TARGETS ${extra_targets}
Expand Down Expand Up @@ -347,8 +346,7 @@ function(runtime_register_target name target)
-DLLVM_RUNTIMES_TARGET=${name}
${COMMON_CMAKE_ARGS}
${${name}_extra_args}
PASSTHROUGH_PREFIXES LLVM_ENABLE_LLD
LLVM_USE_LINKER
PASSTHROUGH_PREFIXES LLVM_USE_LINKER
EXTRA_TARGETS ${${name}_extra_targets}
${${name}_test_targets}
USE_TOOLCHAIN
Expand Down

0 comments on commit 96aa1e7

Please sign in to comment.