Displaying 1 result from an estimated 1 matches for "58544d79".
2014 Dec 02
3
[LLVMdev] Clarification on stable release shared object ABI compatibility
Hi,
One issue that has come up in the process of merging patches to the 3.5
branch is whether or not it is OK to add new symbols to 3.5.1 that
weren't included in 3.5.0.
My understanding is that if new symbols are added to 3.5.1, then
programs built against 3.5.0 will still be able to link against 3.5.1,
however programs built against 3.5.1 will fail to link against 3.5.0.
My initial