From bad6a76041ee4c360f96bdaa1f4cc5606eda203e Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 18 Dec 2019 11:37:45 +0000 Subject: [PATCH] gn build: Merge 7ea2e5195a8 --- llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) 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 14955e5..59dbc54 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", ] } -- 2.7.4