Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gn build] (manually) port aee6c86
  • Loading branch information
nico committed Apr 22, 2021
1 parent e5984a3 commit b13e9d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn
Expand Up @@ -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),
]
}
Expand Down

0 comments on commit b13e9d7

Please sign in to comment.