aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-02-28 15:47:41 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-02-28 15:48:10 +0000
commit3948720ad031d433e2f01013d097777e4ba6c3e1 (patch)
tree2c6e0cdde280f1ec48d71bb2e3618b1872e29a3a /tcwg-benchmark.yaml
parentd920fec79a2f8a73ddb4a530d7d0b345f672fde1 (diff)
tcwg-benchmark: Add toolchain_type parameter
Change-Id: Iccb24c3a80facccf99972dbaa5fdb8b03fbf3421
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index f3d6126d..f8136fb6 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -17,6 +17,12 @@
name: toolchain_url
default: ''
description: 'Toolchain URL. Either http[s]://xxx.tar.xz, rsync://machine:/path/bin/target-triplet-, or ssh://machine/path/compiler'
+ - choice:
+ name: toolchain_type
+ choices:
+ - auto
+ - gnu
+ - llvm
- string:
name: sysroot
default: 'tarball'