diff options
Diffstat (limited to 'llvm/test/Examples')
-rw-r--r-- | llvm/test/Examples/lit.local.cfg | 3 |
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 |