Add missing Interpreter intrinsic lowering for sin, cos and ceil
[oota-llvm.git] / test / ExecutionEngine / Interpreter / lit.local.cfg
diff --git a/test/ExecutionEngine/Interpreter/lit.local.cfg b/test/ExecutionEngine/Interpreter/lit.local.cfg
new file mode 100644 (file)
index 0000000..8cbaf03
--- /dev/null
@@ -0,0 +1,3 @@
+# These tests require foreign function calls
+if config.enable_ffi != "ON":
+    config.unsupported = True