aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-08-15 17:17:57 -0700
committerTobias Bosch <tbosch@google.com>2019-08-16 14:49:15 +0000
commit5f98f2d395c2888a6b659c7bf6b0ae732baacbfc (patch)
treec904c3d84e241f93cd1fba7c07b05613466d400a /compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json
parent47f580fe94bc41a39c010559c78d918d6fabc2db (diff)
downloadtoolchain-utils-5f98f2d395c2888a6b659c7bf6b0ae732baacbfc.tar.gz
Resolve wrapper path against path env
BUG=chromium:773875 TEST=unit test Change-Id: I150eb18a5d765d43ee7a2341767ff41f6641c6ac Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1757222 Tested-by: Tobias Bosch <tbosch@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json')
-rw-r--r--compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json37
1 files changed, 35 insertions, 2 deletions
diff --git a/compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json b/compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json
index f78549a8..e72d54c6 100644
--- a/compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json
+++ b/compiler_wrapper/testdata/cros_clang_host_golden/clang_path.json
@@ -289,7 +289,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "a/b/c/d/e/f/g/x86_64-cros-linux-gnu-clang",
+ "path": "./a/b/c/d/e/f/g/x86_64-cros-linux-gnu-clang",
"args": [
"main.cc"
]
@@ -318,7 +318,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "symlinked/x86_64-cros-linux-gnu-clang",
+ "path": "./symlinked/x86_64-cros-linux-gnu-clang",
"args": [
"main.cc"
]
@@ -342,5 +342,38 @@
}
}
]
+ },
+ {
+ "wd": "/tmp/stable",
+ "env": [
+ "PATH=/tmp/stable/pathenv"
+ ],
+ "wrapper": {
+ "cmd": {
+ "path": "x86_64-cros-linux-gnu-clang",
+ "args": [
+ "main.cc"
+ ]
+ }
+ },
+ "cmds": [
+ {
+ "cmd": {
+ "path": "/tmp/stable/pathenv/clang",
+ "args": [
+ "-Qunused-arguments",
+ "-grecord-gcc-switches",
+ "-fno-addrsig",
+ "-Wno-unused-local-typedefs",
+ "-Wno-deprecated-declarations",
+ "-Wno-implicit-int-float-conversion",
+ "-Wno-tautological-constant-compare",
+ "-Wno-tautological-unsigned-enum-zero-compare",
+ "-Wno-unknown-warning-option",
+ "main.cc"
+ ]
+ }
+ }
+ ]
}
]