llvm-svn
llvm-svn copied to clipboard
Arch Linux PKGBUILD for LLVM, Clang et al. (latest SVN code)
Not belonging to this repo. But dont know where else to report. The binary packages provided by you werent updates since mid January. Dont know whats wrong. Just want to...
Seems like upstream [moved](https://lists.llvm.org/pipermail/cfe-dev/2019-January/060795.html) to [GitHub](https://github.com/llvm/llvm-project). I maintain [llvm-git](https://aur.archlinux.org/pkgbase/llvm-git) package in AUR, but I be happy to disown it, so you can adopt it.
Sometimes, the build might fail when making the Sphinx documentation with errors like this... ``` Exception occurred: File "/usr/lib/python3.4/site-packages/sphinx/environment.py", line 1274, in get_doctree doctree = pickle.load(f) EOFError: Ran out of...
Hello, I'm trying to build `llvm-svn` in a Docker container but the compilation fails at the end on a specific regression test ``` [100%] Running the LLVM regression tests FAIL:...
Apparently, some packages ship binaries linked to specific libLLVM.so version. E.g. `freshclam` from [clamav](https://www.archlinux.org/packages/?q=clamav) is currently broken: ``` /usr/bin/freshclam: error while loading shared libraries: libLLVM-3.9.so: cannot open shared object file:...
Add libc++-svn to the PKGBUILD, adapting some lines from the libc++ PKGBUILD, to be found at https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=libc%2B%2B. I still have to test this a bit more, but it should generally...
[libc++](http://libcxx.llvm.org/) is a new implementation of the C++ standard library from the LLVM project, targeting C++11. It may be helpful to include it in the build for various reasons. Here's...
The newly committed GLSL/TGSI on-disk cache for radeonsi [relies on the LLVM (and Mesa) build times to validate the cache files](https://cgit.freedesktop.org/mesa/mesa/commit/?id=2f3290ac28f1ef5c023331b8b814eda0a247ef1d). With our binary repo pushing out new builds every...
It would be nice if you could provide some packages with the `CMAKE_BUILD_TYPE=Debug` option, it'd be really helpful for when you need to develop something that's using llvm and need...