summaryrefslogtreecommitdiff
path: root/test/lit.common.cfg
diff options
context:
space:
mode:
authorSagar Thakur <sagar.thakur@imgtec.com>2016-10-06 09:58:11 +0000
committerSagar Thakur <sagar.thakur@imgtec.com>2016-10-06 09:58:11 +0000
commit44c27065e3eba69f1eec9b164d77b871046ad390 (patch)
tree207d42b896ce92afb3009ca18cf043af8470ef62 /test/lit.common.cfg
parentf0ef378b41825b9cf37d23ea58c75d647e9f5bdc (diff)
[ESan][MIPS] Adds support for MIPS64
With this patch 12 out of 13 tests are passing. Reviewed by zhaoqin. Differential: D23799 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@283435 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.common.cfg')
-rw-r--r--test/lit.common.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit.common.cfg b/test/lit.common.cfg
index d4e7eb310..ed7a205a5 100644
--- a/test/lit.common.cfg
+++ b/test/lit.common.cfg
@@ -88,6 +88,9 @@ config.substitutions.append( ('%run', config.emulator) )
# Define CHECK-%os to check for OS-dependent output.
config.substitutions.append( ('CHECK-%os', ("CHECK-" + config.host_os)))
+# Define %arch to check for architecture-dependent output.
+config.substitutions.append( ('%arch', (config.host_arch)))
+
if config.host_os == 'Windows':
# FIXME: This isn't quite right. Specifically, it will succeed if the program
# does not crash but exits with a non-zero exit code. We ought to merge