forked from OSchip/llvm-project
875d3bb538
variable (now provided both by the normal parent LLVM CMake files and by the LLVMConfig.cmake file used by the standalone build). This allows LLDB to build into and install into correctly suffixed libdirs. This is especially significant for LLDB because the python extension building done by CMake directly uses multilib suffixes when the host OS does, and the host OS will not always look back and forth between them. As a consequence, before LLVM, Clang, and LLDB (and every other subproject) had support for using LLVM_LIBDIR_SUFFIX, you couldn't build or install LLDB on a multilib system with its python extensions enabled. With this patch (on top of all the others I have submitted throughout the project), I'm finally able to build and install LLDB on my system with Python support enabled. I'm also able to actually run the LLDB test suite, etc. Now, a *huge* number of the tests still fail on my Linux system, but hey, actually running them and them testing the debugger is a huge step forward. =D llvm-svn: 224930 |
||
---|---|---|
.. | ||
testsuite | ||
CMakeLists.txt | ||
building-with-debug-llvm.txt | ||
code-signing.txt | ||
doxygen.cfg.in | ||
doxygen.footer | ||
doxygen.header | ||
doxygen.intro | ||
lldb-for-gdb-users.txt | ||
lldb-gdb-remote.txt | ||
lldb.1 |