[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 11:56:25 PST 2021


noajshu updated this revision to Diff 393988.
noajshu added a comment.

Removed change of Symbolize header include.


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.393988.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/11a63898/attachment.bin>


More information about the llvm-commits mailing list