summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2019-12-18 11:37:45 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2019-12-18 11:37:45 +0000
commitbad6a76041ee4c360f96bdaa1f4cc5606eda203e (patch)
tree360ee252ca9d739b98fd9eab1e690a3a50d3ac16 /llvm
parent7ea2e5195a82bd9370d0b4362512b67c8b2cde80 (diff)
downloadbcm5719-llvm-bad6a76041ee4c360f96bdaa1f4cc5606eda203e.tar.gz
bcm5719-llvm-bad6a76041ee4c360f96bdaa1f4cc5606eda203e.zip
gn build: Merge 7ea2e5195a8
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
index 14955e5b98f..59dbc5472df 100644
--- a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn
@@ -4,5 +4,11 @@ static_library("GlobalISel") {
]
sources = [
"CodeExpander.cpp",
+ "GIMatchDag.cpp",
+ "GIMatchDagEdge.cpp",
+ "GIMatchDagInstr.cpp",
+ "GIMatchDagOperands.cpp",
+ "GIMatchDagPredicate.cpp",
+ "GIMatchDagPredicateDependencyEdge.cpp",
]
}
OpenPOWER on IntegriCloud