[PATCH] D114976: [Bazel] Remove old macho lld port
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 2 11:45:06 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe4e789d214f: [Bazel] Remove old macho lld port (authored by keith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114976/new/
https://reviews.llvm.org/D114976
Files:
utils/bazel/llvm-project-overlay/lld/BUILD.bazel
Index: utils/bazel/llvm-project-overlay/lld/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/lld/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/lld/BUILD.bazel
@@ -251,15 +251,10 @@
deps = [
":COFF",
":Common",
- ":Core",
- ":Driver",
":ELF",
- ":MachOOld",
":MachO",
":MinGW",
- ":ReaderWriter",
":Wasm",
- ":YAML",
"//llvm:Support",
],
)
@@ -275,13 +270,12 @@
srcs = [":lld"],
outs = [
"ld.lld",
- "ld64.lld.darwinnew",
"ld64.lld",
"lld-link",
"wasm-ld",
],
cmd =
- "target=$$(basename $<); for n in ld.lld ld64.lld.darwinnew ld64.lld lld-link wasm-ld; do ln -sf $$target $(@D)/$$n; done",
+ "target=$$(basename $<); for n in ld.lld ld64.lld lld-link wasm-ld; do ln -sf $$target $(@D)/$$n; done",
output_to_bindir = 1,
tags = [
"manual", # External dependency (libxml through WindowsManifest)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114976.391413.patch
Type: text/x-patch
Size: 1071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/f80f12f3/attachment.bin>
More information about the llvm-commits
mailing list