llvm-6502/test/Bindings/OCaml
Peter Zotov 7b9a628414 [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).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242550 91177308-0d34-0410-b5e6-96231b3b80d8
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
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