summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/lit.local.cfg
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2013-11-15 03:19:08 +0000
committerPeter Zotov <whitequark@whitequark.org>2013-11-15 03:19:08 +0000
commitb53c129da1f5552a5918adba3839de4da6d5ca5d (patch)
tree654255f6ecf9b79000a46b06c629d52315de1581 /test/Bindings/Ocaml/lit.local.cfg
parentb6703ff81b4739be67ae7b07f1bfcfb6f157f891 (diff)
downloadllvm-b53c129da1f5552a5918adba3839de4da6d5ca5d.tar.gz
llvm-b53c129da1f5552a5918adba3839de4da6d5ca5d.tar.bz2
llvm-b53c129da1f5552a5918adba3839de4da6d5ca5d.tar.xz
[OCaml] Use native target in testsuite instead of hardcoding X86
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194778 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bindings/Ocaml/lit.local.cfg')
-rw-r--r--test/Bindings/Ocaml/lit.local.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Bindings/Ocaml/lit.local.cfg b/test/Bindings/Ocaml/lit.local.cfg
index ac9f3717b3..c38d89ab09 100644
--- a/test/Bindings/Ocaml/lit.local.cfg
+++ b/test/Bindings/Ocaml/lit.local.cfg
@@ -3,4 +3,3 @@ config.suffixes = ['.ml']
bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
if not 'ocaml' in bindings:
config.unsupported = True
-