[llvm] 6afa0e8 - [gn build] fix build after 22af2cbefc
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 15:26:09 PST 2020
Author: Nico Weber
Date: 2020-01-17T18:26:02-05:00
New Revision: 6afa0e88e32558c115e72797baf57b86cfa37e07
URL: https://github.com/llvm/llvm-project/commit/6afa0e88e32558c115e72797baf57b86cfa37e07
DIFF: https://github.com/llvm/llvm-project/commit/6afa0e88e32558c115e72797baf57b86cfa37e07.diff
LOG: [gn build] fix build after 22af2cbefc
Added:
Modified:
llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn
index 6fdbf3d691bc..ac8027c95f74 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn
@@ -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",
More information about the llvm-commits
mailing list