[PATCH] D38808: [CMake] Improve logic for enabling LTO on LLVM itself
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 20:37:26 PDT 2017
mehdi_amini added inline comments.
================
Comment at: llvm/cmake/modules/HandleLLVMOptions.cmake:771
+# Sets the output parameter style to one of the following values:
+# thin, none, msvc, full
+# If the function returns (e.g. there is no fatal error), the output parameter
----------------
What is "msvc"? (pointer to another doc accepted :))
https://reviews.llvm.org/D38808
More information about the llvm-commits
mailing list