[PATCH] D115554: [gn build] Remove unnecessary lld dependency on DebugInfo/Symbolize.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 12:07:54 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c3bc57f256d: [gn build] Remove unnecessary lld dependency on DebugInfo/Symbolize. (authored by noajshu).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115554/new/

https://reviews.llvm.org/D115554

Files:
  llvm/utils/gn/secondary/lld/COFF/BUILD.gn


Index: llvm/utils/gn/secondary/lld/COFF/BUILD.gn
===================================================================
--- llvm/utils/gn/secondary/lld/COFF/BUILD.gn
+++ llvm/utils/gn/secondary/lld/COFF/BUILD.gn
@@ -15,7 +15,6 @@
     "//llvm/lib/DebugInfo/CodeView",
     "//llvm/lib/DebugInfo/MSF",
     "//llvm/lib/DebugInfo/PDB",
-    "//llvm/lib/DebugInfo/Symbolize",
     "//llvm/lib/IR",
     "//llvm/lib/LTO",
     "//llvm/lib/MC",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115554.393999.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/b296d1c2/attachment.bin>


More information about the llvm-commits mailing list