Displaying 2 results from an estimated 2 matches for "pr39427".
Did you mean:
pr36420
2018 Dec 04
5
ABI change in LLVM 7.0.x release
Hi,
Fixing http://llvm.org/PR39427 in the release_70 branch, will change
the ABI of a clang built libLLVM-7.so so that it is no longer compatible
with the 7.0.0 release. libLLVM-7.so built by gcc will not be affected
by this fix.
Changing the ABI is something we aren't supposed to do in stable releases,
but this fixes an ABI d...
2019 May 10
0
LLVM 7.1.0 Release
Hi,
LLVM 7.1.0 is now available! Download it now, or read the release notes.
This release is an update to LLVM 7.0.1 with a fix for llvm.org/PR39427.
This bug caused some applications to crash to due to an ABI
mismatch for clang built applications linking against a gcc built libLLVM.so
or vice versa.
I order to fix this bug, we had to introduce an ABI change to libLLVM.so,
so unlike most stable releases, this release is not ABI compatible with...