1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Bindings/OCaml
Peter Zotov f03bb5d046 [OCaml] Do not use -warn-error in tests.
This -warn-error flag invariably gets into release tarballs
and breaks builds on distributions that run tests as a part
of release process. The OCaml binding tests are especially
critical, since they often expose lingering toolchain bugs,
and so it is replaced with -w +A (equivalent to -Wall).

llvm-svn: 242550
2015-07-17 17:33:23 +00:00
..
analysis.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
bitreader.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
bitwriter.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
core.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
executionengine.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
ext_exc.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
ipo.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
irreader.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
linker.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
lit.local.cfg [OCaml] [cmake] Add CMake buildsystem for OCaml. 2014-12-01 19:50:23 +00:00
passmgr_builder.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
scalar_opts.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
target.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
transform_utils.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00
vectorize.ml [OCaml] Do not use -warn-error in tests. 2015-07-17 17:33:23 +00:00