diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2019-06-17 20:03:11 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2019-06-17 20:03:11 +0000 |
| commit | 72adaf3ec855a5c7877ee436f99975b0456d4bf6 (patch) | |
| tree | c6dad58ea3af2a4084e54194522e24c54ea0dc0e /llvm | |
| parent | cf73dc75da5ac34169a4040c2ca9968b3de6b157 (diff) | |
| download | bcm5719-llvm-72adaf3ec855a5c7877ee436f99975b0456d4bf6.tar.gz bcm5719-llvm-72adaf3ec855a5c7877ee436f99975b0456d4bf6.zip | |
gn build: Merge r363483.
llvm-svn: 363610
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn index 6a0c40f9b1d..f29d2455a19 100644 --- a/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn +++ b/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn @@ -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), ] |

