aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-08-19 16:30:44 -0700
committerTobias Bosch <tbosch@google.com>2019-08-20 15:54:19 +0000
commit36c19215f13c983c2ae0096ed9170fd064744622 (patch)
treefd90fb7bc384a058ef6974487c1066bfa074af75 /compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json
parent4529f292ce64293d4650cc2be7caaa7e061196f5 (diff)
downloadtoolchain-utils-36c19215f13c983c2ae0096ed9170fd064744622.tar.gz
Correctly parse eabi compiler names.
BUG=chromium:773875 TEST=unit tests, compile cross-armv7m-cros-eabi/newlib Change-Id: Ia98442a69b01cff87c52b6ac84dc39c47d5e998e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1760465 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_maincc_target_specific.json')
-rw-r--r--compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json b/compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json
index 4f908037..363b610a 100644
--- a/compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json
+++ b/compiler_wrapper/testdata/cros_clang_host_golden/clang_maincc_target_specific.json
@@ -32,7 +32,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./x86_64-cros-linux-eabi-clang",
+ "path": "./x86_64-cros-eabi-clang",
"args": [
"main.cc"
]
@@ -119,7 +119,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./armv7m-cros-linux-eabi-clang",
+ "path": "./armv7m-cros-eabi-clang",
"args": [
"main.cc"
]
@@ -206,7 +206,7 @@
"wd": "/tmp/stable",
"wrapper": {
"cmd": {
- "path": "./armv8m-cros-linux-eabi-clang",
+ "path": "./armv8m-cros-eabi-clang",
"args": [
"main.cc"
]