diff options
Diffstat (limited to 'llvm/test/Transforms/LICM/Stats/lit.local.cfg')
-rw-r--r-- | llvm/test/Transforms/LICM/Stats/lit.local.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LICM/Stats/lit.local.cfg b/llvm/test/Transforms/LICM/Stats/lit.local.cfg new file mode 100644 index 00000000000..89c0cd9d487 --- /dev/null +++ b/llvm/test/Transforms/LICM/Stats/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +if not config.root.enable_assertions: + config.unsupported = True |