forked from gnustep/libobjc2
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RECONSIDER: Working around a WinObjC regression that hit after switch…
…ing to the libobjc2 runtime Clang occasionally emits a negative offest for the first ivar in a subclass. When that occurs, we need to increase the padding between the superclass and the subclass by that amount to prevent ivars from stomping each other. This is a temporary workaround until we can fix this in clang; not intended for upstream consumption.
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters