summaryrefslogtreecommitdiffstats
path: root/llvm/test/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Examples')
-rw-r--r--llvm/test/Examples/lit.local.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Examples/lit.local.cfg b/llvm/test/Examples/lit.local.cfg
index 462e3dc5d11..69bc11ee6b9 100644
--- a/llvm/test/Examples/lit.local.cfg
+++ b/llvm/test/Examples/lit.local.cfg
@@ -1 +1,2 @@
-config.unsupported = True
+if not config.build_examples:
+ config.unsupported = True \ No newline at end of file
OpenPOWER on IntegriCloud