[llvm] a1c342b - [gn build] Port f6b02ecd027
    LLVM GN Syncbot via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 23 13:37:17 PST 2020
    
    
  
Author: LLVM GN Syncbot
Date: 2020-11-23T21:33:46Z
New Revision: a1c342bf1146d52873648368210fbcaecc26f1b6
URL: https://github.com/llvm/llvm-project/commit/a1c342bf1146d52873648368210fbcaecc26f1b6
DIFF: https://github.com/llvm/llvm-project/commit/a1c342bf1146d52873648368210fbcaecc26f1b6.diff
LOG: [gn build] Port f6b02ecd027
Added: 
    
Modified: 
    llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn
Removed: 
    
################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn
index e49d3d08dc07..e2cf85f12a62 100644
--- a/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn
@@ -5,5 +5,8 @@ static_library("APINotes") {
     "//clang/lib/Basic",
     "//llvm/lib/Support",
   ]
-  sources = [ "APINotesYAMLCompiler.cpp" ]
+  sources = [
+    "APINotesTypes.cpp",
+    "APINotesYAMLCompiler.cpp",
+  ]
 }
        
    
    
More information about the llvm-commits
mailing list