[llvm] b13e9d7 - [gn build] (manually) port aee6c86c4d

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 05:36:32 PDT 2021


Author: Nico Weber
Date: 2021-04-22T08:36:19-04:00
New Revision: b13e9d72daae7eb075a304db12f64f78e8dae585

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

LOG: [gn build] (manually) port aee6c86c4d

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn
index 3e9cf28aa3468..22f990f14864b 100644
--- a/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn
@@ -4,7 +4,9 @@ action("node_introspection_inc") {
   script = "DumpTool/generate_cxx_src_locs.py"
   outputs = [ "$target_gen_dir/clang/Tooling/NodeIntrospection.inc" ]
   args = [
-    "--empty-implementation=1",
+    "--use-empty-implementation=1",
+    "--empty-implementation=" +
+        rebase_path("EmptyNodeIntrospection.inc.in", root_build_dir),
     "--output-file=" + rebase_path(outputs[0], root_build_dir),
   ]
 }


        


More information about the llvm-commits mailing list