Skip to content

Commit

Permalink
[gn build] Remove unnecessary lld dependency on DebugInfo/Symbolize.
Browse files Browse the repository at this point in the history
The gn script for lld's COFF lib adds an unnecessary dependency on llvm/lib/DebugInfo/Symbolize. There is no such dependency in lld/COFF/CMakeLists.txt. This can be safely removed.

Reviewed By: phosek, thakis

Differential Revision: https://reviews.llvm.org/D115554
  • Loading branch information
noajshu committed Dec 13, 2021
1 parent 7550478 commit 6c3bc57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/lld/COFF/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ static_library("COFF") {
"//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",
Expand Down

0 comments on commit 6c3bc57

Please sign in to comment.