[OCaml] Do not use -warn-error in tests.
authorPeter Zotov <whitequark@whitequark.org>
Fri, 17 Jul 2015 17:33:23 +0000 (17:33 +0000)
committerPeter Zotov <whitequark@whitequark.org>
Fri, 17 Jul 2015 17:33:23 +0000 (17:33 +0000)
commit7b9a628414c14e4754cb441acc99d721f1c4bb07
treeb5d34fedc7fc2c5f44b7e8b86911d016d96beebb
parentf5bdd93ff84159974d7490e72018da94139a529b
[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
14 files changed:
test/Bindings/OCaml/analysis.ml
test/Bindings/OCaml/bitreader.ml
test/Bindings/OCaml/bitwriter.ml
test/Bindings/OCaml/core.ml
test/Bindings/OCaml/executionengine.ml
test/Bindings/OCaml/ext_exc.ml
test/Bindings/OCaml/ipo.ml
test/Bindings/OCaml/irreader.ml
test/Bindings/OCaml/linker.ml
test/Bindings/OCaml/passmgr_builder.ml
test/Bindings/OCaml/scalar_opts.ml
test/Bindings/OCaml/target.ml
test/Bindings/OCaml/transform_utils.ml
test/Bindings/OCaml/vectorize.ml