[llvm] b68daf5 - [gn build] Port 8c11bc0cd06

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 02:42:54 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-15T09:38:24Z
New Revision: b68daf5d066bbfab0a8107f9d82eafca2601fb42

URL: https://github.com/llvm/llvm-project/commit/b68daf5d066bbfab0a8107f9d82eafca2601fb42
DIFF: https://github.com/llvm/llvm-project/commit/b68daf5d066bbfab0a8107f9d82eafca2601fb42.diff

LOG: [gn build] Port 8c11bc0cd06

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