aboutsummaryrefslogtreecommitdiff
path: root/test/SemaOpenCL/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaOpenCL/lit.local.cfg')
-rw-r--r--test/SemaOpenCL/lit.local.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/SemaOpenCL/lit.local.cfg b/test/SemaOpenCL/lit.local.cfg
new file mode 100644
index 000000000000..f4ef5d2fa02d
--- /dev/null
+++ b/test/SemaOpenCL/lit.local.cfg
@@ -0,0 +1,4 @@
+config.substitutions = list(config.substitutions)
+config.substitutions.insert(0,
+ (r'%clang\b',
+ """*** Do not use the driver in Sema tests. ***""") )