forked from OSchip/llvm-project
df6291a666
This turns off a bunch of non-standard behaviors in MSVC. LLVM, as a portable codebase, should build correctly without those behaviors. Note that `/permissive-` implies `/Zc:strictStrings` and `/Zc:rvalueCast`. See also: https://docs.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance Differential Revision: https://reviews.llvm.org/D125263 |
||
---|---|---|
.. | ||
modules | ||
platforms | ||
README | ||
config-ix.cmake | ||
config.guess | ||
dummy.cpp | ||
nsis_icon.ico | ||
nsis_logo.bmp | ||
unwind.h |
README
See docs/CMake.html for instructions on how to build LLVM with CMake.