Replace ocamlc tests with ocamlopt tests since they're less noisy.
authorErick Tryzelaar <idadesub@users.sourceforge.net>
Thu, 3 Sep 2009 23:27:31 +0000 (23:27 +0000)
committerErick Tryzelaar <idadesub@users.sourceforge.net>
Thu, 3 Sep 2009 23:27:31 +0000 (23:27 +0000)
commitb405bbe6648d24b0cb5b03dc43c3997ac4f50a9b
tree4e3c8e5aeaa947ee4158dba6c292531fe0f0edb9
parent1c5ffdf987fce2ea92a579c5ef5681c48a771f6b
Replace ocamlc tests with ocamlopt tests since they're less noisy.

There's a bug with ocamlc that uses "char*" instead of "const char*" for
global string variables. This causes g++ to be very noisy when linking
ocamlc programs. That's why the ocaml test used to cat to /dev/null.
ocamlopt doesn't have this problem, so we can get rid of the >/dev/null,
which may obscure some problems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80968 91177308-0d34-0410-b5e6-96231b3b80d8
test/Bindings/Ocaml/analysis.ml
test/Bindings/Ocaml/bitreader.ml
test/Bindings/Ocaml/bitwriter.ml
test/Bindings/Ocaml/executionengine.ml
test/Bindings/Ocaml/scalar_opts.ml
test/Bindings/Ocaml/target.ml
test/Bindings/Ocaml/vmcore.ml
test/Makefile
test/lib/llvm.exp