[PATCH] D41356: Don't look for OCaml if LLVM_ENABLE_OCAMLDOC=OFF

Guilherme Amadio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 02:35:45 PST 2017


amadio added a comment.

Because the "Could NOT find ..." messages interfere with automated checks of issues: https://bugs.gentoo.org/641536.
Maybe LLVM should consider at least using `find_package($PKG QUIET)` to avoid the unnecessary verbosity, although in the case of OCaml it didn't have any effect, due to the custom `FindOCaml.cmake` which does not implement the `QUIET` option.


Repository:
  rL LLVM

https://reviews.llvm.org/D41356





More information about the llvm-commits mailing list