[llvm] b8aa1e3 - [gn build] Port 2ada8e2525d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 23:06:30 PDT 2020
Author: LLVM GN Syncbot
Date: 2020-04-15T06:01:21Z
New Revision: b8aa1e31ea227eafcd9af43622bb0ccd2da3fba0
URL: https://github.com/llvm/llvm-project/commit/b8aa1e31ea227eafcd9af43622bb0ccd2da3fba0
DIFF: https://github.com/llvm/llvm-project/commit/b8aa1e31ea227eafcd9af43622bb0ccd2da3fba0.diff
LOG: [gn build] Port 2ada8e2525d
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 3a132cca253f..c1acc7ddb76b 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -27,6 +27,7 @@ static_library("Utils") {
"EntryExitInstrumenter.cpp",
"EscapeEnumerator.cpp",
"Evaluator.cpp",
+ "FixIrreducible.cpp",
"FlattenCFG.cpp",
"FunctionComparator.cpp",
"FunctionImportUtils.cpp",
More information about the llvm-commits
mailing list