[llvm] de0011a - [gn build] Port 5087ace6519

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 13:32:00 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-03-15T20:28:52Z
New Revision: de0011abf58102dfed543955135a72339e68c3f5

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

LOG: [gn build] Port 5087ace6519

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
index c0772036abad..a0e35cc11ef6 100644
--- a/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/utils/TableGen/BUILD.gn
@@ -20,6 +20,7 @@ executable("clang-tblgen") {
     "ClangTypeNodesEmitter.cpp",
     "MveEmitter.cpp",
     "NeonEmitter.cpp",
+    "SveEmitter.cpp",
     "TableGen.cpp",
   ]
 }


        


More information about the llvm-commits mailing list