1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-02 00:42:52 +01:00
llvm-mirror/test/lib
Erick Tryzelaar 1ea899cc86 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.

llvm-svn: 80968
2009-09-03 23:27:31 +00:00
..
llvm2cpp.exp Fix a few typos from the removal of -f. 2009-08-25 15:45:44 +00:00
llvm.exp Replace ocamlc tests with ocamlopt tests since they're less noisy. 2009-09-03 23:27:31 +00:00