forked from OSchip/llvm-project
8e442b341c
D77110 initially added support for setting LLVM_CONFIG_DEFAULT_EXTERNAL_LIT to llvm-lit in the install directory if LLVM_INSTALL_UTILS is on. D79144 ensured that, on Windows, llvm-lit.py is correctly set for LLVM_CONFIG_DEFAULT_EXTERNAL_LIT within the context of the build area, however, it did not account for the install area which is the latter set directive for this same variable. This patch ensures that LLVM_CONFIG_DEFAULT_EXTERNAL_LIT under the install area uses llvm-lit.py under Windows since llvm-lit without the extension is not created. Differential Revision: https://reviews.llvm.org/D124197 |
||
---|---|---|
.. | ||
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.