Index: test/NaCl/X86/lit.local.cfg |
diff --git a/test/NaCl/X86/lit.local.cfg b/test/NaCl/X86/lit.local.cfg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..56bf00859572ea9eb8fd5c92474e897912286063 |
--- /dev/null |
+++ b/test/NaCl/X86/lit.local.cfg |
@@ -0,0 +1,6 @@ |
+config.suffixes = ['.ll', '.s'] |
+ |
+targets = set(config.root.targets_to_build.split()) |
+if not 'X86' in targets: |
+ config.unsupported = True |
+ |