RESOLVED FIXED 123052
[iOS] Upstream more ARMv7s bits
https://bugs.webkit.org/show_bug.cgi?id=123052
Summary [iOS] Upstream more ARMv7s bits
Daniel Bates
Reported 2013-10-18 17:26:29 PDT
Upstream some more bits for ARMv7{f, s}.
Attachments
Patch (5.17 KB, patch)
2013-10-18 17:27 PDT, Daniel Bates
joepeck: review+
Daniel Bates
Comment 1 2013-10-18 17:27:51 PDT
Joseph Pecoraro
Comment 2 2013-10-21 16:16:48 PDT
Comment on attachment 214621 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=214621&action=review r=me > Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig:44 > CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH)); > +CLANG_ENABLE_OBJC_ARC_i386 = YES; > CLANG_ENABLE_OBJC_ARC_x86_64 = YES; > CLANG_ENABLE_OBJC_ARC_arm64 = YES; > CLANG_ENABLE_OBJC_ARC_armv7 = YES; This has armv7s (out of context), should it also have armv7f?
Daniel Bates
Comment 3 2013-10-22 14:52:24 PDT
(In reply to comment #2) > > Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig:44 > > CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH)); > > +CLANG_ENABLE_OBJC_ARC_i386 = YES; > > CLANG_ENABLE_OBJC_ARC_x86_64 = YES; > > CLANG_ENABLE_OBJC_ARC_arm64 = YES; > > CLANG_ENABLE_OBJC_ARC_armv7 = YES; > > This has armv7s (out of context), should it also have armv7f? After talking with David Kilzer today (10/22) on IRC we can omit support for armv7f from this patch. I'll land only the armv7s parts of this patch.
Daniel Bates
Comment 4 2013-10-22 14:53:31 PDT
(In reply to comment #3) > [...] I'll land only the armv7s parts of this patch. I'll also land the CLANG_ENABLE_OBJC_ARC_i386 change.
Daniel Bates
Comment 5 2013-10-22 15:01:08 PDT
WebKit Commit Bot
Comment 6 2013-10-22 15:55:04 PDT
Re-opened since this is blocked by bug 123180
Daniel Bates
Comment 7 2013-10-23 09:54:30 PDT
Note You need to log in before you can comment on or make changes to this bug.