]> granicus.if.org Git - llvm/commitdiff
gn build: Merge r363483.
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 17 Jun 2019 20:03:11 +0000 (20:03 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 17 Jun 2019 20:03:11 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363610 91177308-0d34-0410-b5e6-96231b3b80d8

utils/gn/secondary/compiler-rt/lib/hwasan/BUILD.gn

index 6a0c40f9b1df7d24d97b383a83df8430db268964..f29d2455a19d4fc6e3fbc39e0d0468af26f23d59 100644 (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),
   ]