Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/llvm3.7: move from testing | Jakub Jirutka | 2016-08-17 | 1 | -76/+0 |
| | |||||
* | testing/llvm3.7: move libLLVM.so to /usr/lib, add version to libs name | Jakub Jirutka | 2016-08-07 | 1 | -0/+76 |
This is needed for binaries that are dynamically linked with libLLVM, so they can find it on the default LD_LIBRARY_PATH. To be honest, I'm still not sure if everything is right. LLVM's CMake scripts have a lot flaws in this version (see recent commits). Most distribution still use old make files. However, it already works for Rust (linked statically) and Julia (linked dynamically). |