llvm-6502/test/Bindings/Ocaml
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
..
analysis.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
bitreader.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
bitwriter.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
executionengine.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
ext_exc.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
ipo_opts.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
irreader.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
linker.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
lit.local.cfg Initial version of Go bindings. 2014-10-16 22:48:02 +00:00
passmgr_builder.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
scalar_opts.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
target.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
vectorize_opts.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00
vmcore.ml [OCaml] PR9719, PR14727: Make tests run without ocamlopt. 2014-10-28 22:39:36 +00:00