[PATCH] D40202: Add opt-viewer testing

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 09:44:46 PST 2017


beanz added inline comments.


================
Comment at: cmake/modules/AddLLVM.cmake:1668
+  set (LLVM_HAVE_OPT_VIEWER_MODULES 0)
+endif()
----------------
This code all looks good, but it is in the wrong place. Can you move this into `config-ix.cmake`?

That is where we generally execute configuration checks.


https://reviews.llvm.org/D40202





More information about the llvm-commits mailing list