aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2021-02-25 16:28:30 -0800
committerManoj Gupta <manojgupta@chromium.org>2021-02-26 00:51:56 +0000
commit412cb5e0bf4286f26726824faffb32b70d66f66b (patch)
treee98ed0af1c7bc0d88a304d7b6979b873bc71ff69 /compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json
parent720f951928a9b8011c6f5a2144e68d936e1a7afc (diff)
downloadtoolchain-utils-412cb5e0bf4286f26726824faffb32b70d66f66b.tar.gz
compiler_wrapper: pass --prefix argument to clang
ToT clang needs --prefix is needed to find the correct tools. BUG=chromium:1182224 TEST=Updated compiler wrapper in SimpleChrome, nacl builds. Change-Id: I8073e1a5482a23f38bb1e0d88e2b31ee2d97fa6e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2721199 Tested-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json')
-rw-r--r--compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json b/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json
index 4be1995d..91ed0d69 100644
--- a/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json
+++ b/compiler_wrapper/testdata/cros_nonhardened_golden/bisect.json
@@ -38,6 +38,7 @@
"-fexperimental-new-pass-manager",
"-Wno-compound-token-split-by-macro",
"-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics",
+ "--prefix=../../bin/x86_64-cros-linux-gnu-",
"main.cc",
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",
@@ -97,6 +98,7 @@
"-fexperimental-new-pass-manager",
"-Wno-compound-token-split-by-macro",
"-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics",
+ "--prefix=../../bin/x86_64-cros-linux-gnu-",
"main.cc",
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",
@@ -159,6 +161,7 @@
"-fexperimental-new-pass-manager",
"-Wno-compound-token-split-by-macro",
"-fcrash-diagnostics-dir=/tmp/stable/clang_crash_diagnostics",
+ "--prefix=../../bin/x86_64-cros-linux-gnu-",
"main.cc",
"-Wno-implicit-int-float-conversion",
"-Wno-compound-token-split-by-space",