From 72adaf3ec855a5c7877ee436f99975b0456d4bf6 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 17 Jun 2019 20:03:11 +0000 Subject: [PATCH] gn build: Merge r363483. llvm-svn: 363610 --- llvm/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) 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 6a0c40f9b1df..f29d2455a19d 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), ]