forked from OSchip/llvm-project
b32ad40188
This was previously only done for executables and shared libraries, but not for modules. As modules are essentially shared libraries (that need to be dlopened explicitly), threating them the same as shared libraries seems reasonable. This fixes the LLVM_BUILD_32_BITS build of Polly. Contributed by: Ondra Hosek <ondra.hosek@gmail.com> llvm-svn: 158195 |
||
---|---|---|
.. | ||
modules | ||
README | ||
config-ix.cmake |
README
See docs/CMake.html for instructions on how to build LLVM with CMake.