mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
27ef9572b0
We currently try to pick it up from the CMake arguments passed to llvm_ExternalProject_Add but if there isn't an explicit option passed, we should reflect CMake's own default behaviour of targeting the host, since we'll make decisions about what tools to use for the build based on the setting. Otherwise, we'll get different behaviour between configuring an external project with the default target and configuring with an explicit one targeting the same platform. Reviewed By: stevewan, hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D88157 |
||
---|---|---|
.. | ||
modules | ||
platforms | ||
config-ix.cmake | ||
config.guess | ||
dummy.cpp | ||
nsis_icon.ico | ||
nsis_logo.bmp | ||
README |
See docs/CMake.html for instructions on how to build LLVM with CMake.