Skip to content

Commit

Permalink
Fix build - removing legacy target reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericastor committed Jan 20, 2020
1 parent 03c2a59 commit 6ccebe0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion llvm/tools/llvm-ml/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
AllTargetsAsmPrinters
AllTargetsAsmParsers
AllTargetsDescs
AllTargetsDisassemblers
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ executable("llvm-ml") {
"//llvm/lib/MC/MCParser",
"//llvm/lib/Support",
"//llvm/lib/Target:AllTargetsAsmParsers",
"//llvm/lib/Target:AllTargetsAsmPrinters",
"//llvm/lib/Target:AllTargetsDescs",
"//llvm/lib/Target:AllTargetsDisassemblers",
"//llvm/lib/Target:AllTargetsInfos",
Expand Down

0 comments on commit 6ccebe0

Please sign in to comment.