summaryrefslogtreecommitdiff
path: root/user/llvm8
AgeCommit message (Collapse)AuthorFilesLines
2020-06-20user/llvm8: Fix segfault while building Rust cratesA. Wilcox2-2/+37
2019-09-05user/llvm8: Additional powerpc fixesSamuel Holland2-25/+142
Two bugs found by running the rust 1.37.0 test suite: - Use the PIC sequence for getting the GOT address when resolving IE TLS in a PIE. The non-PIC code sequence creates bogus dynamic relocations. - Only use the PLT in PIC mode. Otherwise, calls to a DSO from a non-PIE dynamic executable force bss-plt, since secure-plt requires PIC. Signed-off-by: Samuel Holland <samuel@sholland.org>
2019-08-09user/llvm8: bump to 8.0.1A. Wilcox1-22/+9
2019-07-21user/*: APKBUILD bashism removal, part one (a-p)Max Rees1-2/+2
2019-06-28user/llvm8: Enable more targetsLuis Ressel1-1/+1
Support for these targets is required by ziglang. NVPTX remains disabled since it increases the binary size too much and thus breaks our 32 bit arches.
2019-04-25user/llvm8: fix build stuffA. Wilcox1-7/+2
2019-04-25user/llvm8: install CMake link, add SPARC/WASM targetsA. Wilcox1-1/+2
2019-04-21user/llvm8: bump to 8.0.0A. Wilcox8-0/+558