diff options
Diffstat (limited to 'test/CodeGen/JS/lit.local.cfg')
-rw-r--r-- | test/CodeGen/JS/lit.local.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/JS/lit.local.cfg b/test/CodeGen/JS/lit.local.cfg new file mode 100644 index 0000000000..ee9b61f930 --- /dev/null +++ b/test/CodeGen/JS/lit.local.cfg @@ -0,0 +1,6 @@ +config.suffixes = ['.ll', '.c', '.cpp'] + +targets = set(config.root.targets_to_build.split()) +if not 'JSBackend' in targets: + config.unsupported = True + |