summarylogtreecommitdiffstats
path: root/llvm9.patch
AgeCommit message (Collapse)Author
2020-07-06Apply bugfix patch by default and update available patches for llvm 10Michael Lass
For me, beignet's utests segfault when built against LLVM 10. Still, building against LLVM 7 seems to be the most reliable option.
2019-12-01Fix build against current git versionMichael Lass
This introduces a couple of changes: * match more closely the version in the community repository * change git url to github as it contains newer commits * build against LLVM 7, as this is currently the most recent version supported by upstream * add optional patch to resolve undefined behavior / segfaults * build with cmake and ninja