llvm/test/Bindings
Peter Zotov b4d023aafe [OCaml] PR9719, PR14727: Make tests run without ocamlopt.
Previously, tests hardcoded ocamlopt and cmxa, which broke builds on
machines without ocamlopt. Instead, they now fall back to ocamlc.

As a side effect this fixes PR14727, which was caused by a crude hack
that replaced gcc with g++ everywhere in the ocamlopt native compiler
path and passes it back using -cc. Now the tests use the same
technique as META, i.e. -cclib -lstdc++. It might be more fragile
than using g++ explicitly, but it will break when the installed
package will also break, which is good.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220828 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-28 22:39:36 +00:00
..
Go Add llvm-go tool. 2014-10-23 02:33:23 +00:00
llvm-c Extend C disassembler API to allow specifying target features 2014-09-30 16:31:40 +00:00
Ocaml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00