From 758825c5b8e3f3814b39620ae6cff78444ed9a41 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Wed, 18 Dec 2019 00:29:06 +0000 Subject: [PATCH] gn build: Merge e62e760f295 --- llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn | 6 ------ 1 file changed, 6 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 59dbc54..14955e5 100644 --- a/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/utils/TableGen/GlobalISel/BUILD.gn @@ -4,11 +4,5 @@ static_library("GlobalISel") { ] sources = [ "CodeExpander.cpp", - "GIMatchDag.cpp", - "GIMatchDagEdge.cpp", - "GIMatchDagInstr.cpp", - "GIMatchDagOperands.cpp", - "GIMatchDagPredicate.cpp", - "GIMatchDagPredicateDependencyEdge.cpp", ] } -- 2.7.4