Skip to content

Commit c4ede37

Browse files
committed
ld?
1 parent d28700e commit c4ede37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cc/toolchains/llvm/aarch64-darwin/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,15 @@ cc_toolchain_config(
112112
"gcov": "wrappers/llvm-profdata",
113113
"llvm-cov": "wrappers/llvm-cov",
114114
"llvm-profdata": "wrappers/llvm-profdata",
115-
"ld": "wrappers/ld.ldd",
115+
"ld": "wrappers/ld",
116116
"nm": "wrappers/llvm-nm",
117117
"objcopy": "wrappers/llvm-objcopy",
118118
"objdump": "wrappers/llvm-objdump",
119119
"strip": "wrappers/llvm-strip",
120120
},
121121
toolchain_identifier = "clang-aarch64-darwin",
122122
toolchain_path_prefix = "external/aarch64-darwin-llvm",
123-
use_lld = True,
123+
use_lld = False,
124124
)
125125

126126
cc_toolchain(

0 commit comments

Comments
 (0)