1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

gn build: Merge r363483.

llvm-svn: 363610
This commit is contained in:
Peter Collingbourne 2019-06-17 20:03:11 +00:00
parent 54e38a1e56
commit b1afe40af5

View File

@ -22,6 +22,8 @@ action("version_script") {
rebase_path(
"$crt_current_out_dir/libclang_rt.hwasan_cxx$crt_current_target_suffix.a",
root_build_dir),
"--nm-executable",
"nm",
"-o",
rebase_path(outputs[0], root_build_dir),
]