[llvm] d0ed402 - [gn build] Port 6103fdfab4e2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 11:29:57 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-19T18:24:09Z
New Revision: d0ed40204d31afc6e9d672c9aaab77e3e07e97d2

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

LOG: [gn build] Port 6103fdfab4e2

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn
index 988f4506e157b..b77712262143f 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-ifs/BUILD.gn
@@ -6,5 +6,8 @@ executable("llvm-ifs") {
     "//llvm/lib/Support",
     "//llvm/lib/TextAPI",
   ]
-  sources = [ "llvm-ifs.cpp" ]
+  sources = [
+    "ErrorCollector.cpp",
+    "llvm-ifs.cpp",
+  ]
 }


        


More information about the llvm-commits mailing list