summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/llvm: Keyword 5.0.2, and 6.0.0-r1 ~ppc64Luke Dashjr2018-06-081-1/+1
|
* sys-devel/llvm: Backport LLVMInitializeInstCombine patch to 6.0.0Michał Górny2018-04-251-0/+265
Backport the fix for LLVMInitializeInstCombine being compiled as C++ function instead of 'extern "C"'. This fixes undefined symbol for programs using this function, in particular dev-python/llvmlite.