mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[gn build] (manually) port aee6c86c4d
This commit is contained in:
parent
f7148011b7
commit
5c2f53e58f
@ -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
Block a user