[llvm] c6f84eb - [gn build] Port e1270b16c94

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 10:56:54 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-07-20T17:51:57Z
New Revision: c6f84ebf84acd94491c99b95e4cf455cc7218d7e

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

LOG: [gn build] Port e1270b16c94

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 8f4ef8d6fc34..5fae2e450b48 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -53,6 +53,7 @@ static_library("Utils") {
     "LowerInvoke.cpp",
     "LowerMemIntrinsics.cpp",
     "LowerSwitch.cpp",
+    "MatrixUtils.cpp",
     "Mem2Reg.cpp",
     "MetaRenamer.cpp",
     "MisExpect.cpp",


        


More information about the llvm-commits mailing list