[llvm] 8242509 - [gn build] Port 3cbbded68c2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 11:20:44 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-03-30T18:16:33Z
New Revision: 8242509a49e019c0279305d152c7ab2b9cdc2d0d

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

LOG: [gn build] Port 3cbbded68c2

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 0618c57f3f5f..10a94087d905 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -69,6 +69,7 @@ static_library("Utils") {
     "StripNonLineTableDebugInfo.cpp",
     "SymbolRewriter.cpp",
     "UnifyFunctionExitNodes.cpp",
+    "UnifyLoopExits.cpp",
     "Utils.cpp",
     "VNCoercion.cpp",
     "ValueMapper.cpp",


        


More information about the llvm-commits mailing list