aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-02-18 14:33:35 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-02-18 14:33:55 +0000
commit6c1c7bfc66c5867787389c9495baa52aa620f8d9 (patch)
tree8186469175a386206aa58634acc14b61ea803cd1 /tcwg-benchmark.yaml
parentf5460c90ed6ac1d3e88cce89cd77ed545e72c18a (diff)
tcwg-benchmark: Descriptions explain nested quotes
Change-Id: Ie57b0620192b1e5b0b7cbe5f935c8c203fb4246b
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index e5e84d20..57d7416a 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -82,12 +82,16 @@
name: COMPILER_FLAGS
description: |
Flags to pass to compiler when building the benchmark.<br/>
- Leave blank if you have supplied <code>PREBUILT</code>.
+ Leave blank if you have supplied <code>PREBUILT</code>.<br/>
+ Nested quotes must be triple-escaped, for example:<br/>
+ <code>-O3 -DFOO=\\\"FOO BAR\\\"</code>
- string:
name: MAKE_FLAGS
description: |
Flags to pass to make when building the benchmark.<br/>
- Leave blank if you have supplied <code>PREBUILT</code>.
+ Leave blank if you have supplied <code>PREBUILT</code>.<br/>
+ Nested quotes must be triple-escaped, for example:<br/>
+ <code>-O3 FOO=\\\"FOO BAR\\\"</code>
- string:
name: RUN_FLAGS
description: |