From: Peter Collingbourne Date: Mon, 17 Jun 2019 20:03:11 +0000 (+0000) Subject: gn build: Merge r363483. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6bda13f369a91a0e785f4231c3a2b03ab9762bc;p=llvm gn build: Merge r363483. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363610 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn b/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn index 6a0c40f9b1d..f29d2455a19 100644 --- a/utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn +++ b/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), ]