forked from OSchip/llvm-project
[gn build] (manually) port aee6c86c4d
This commit is contained in:
parent
e5984a3680
commit
b13e9d72da
llvm/utils/gn/secondary/clang/lib/Tooling
|
@ -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),
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue