Title: [160131] trunk/Source/_javascript_Core
- Revision
- 160131
- Author
- [email protected]
- Date
- 2013-12-04 15:07:04 -0800 (Wed, 04 Dec 2013)
Log Message
[iOS] Enable Objective-C ARC when building JSC tools for iOS simulator
https://bugs.webkit.org/show_bug.cgi?id=125170
Reviewed by Geoffrey Garen.
* API/tests/testapi.mm:
* Configurations/ToolExecutable.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (160130 => 160131)
--- trunk/Source/_javascript_Core/ChangeLog 2013-12-04 22:53:24 UTC (rev 160130)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-12-04 23:07:04 UTC (rev 160131)
@@ -1,3 +1,13 @@
+2013-12-04 Daniel Bates <[email protected]>
+
+ [iOS] Enable Objective-C ARC when building JSC tools for iOS simulator
+ https://bugs.webkit.org/show_bug.cgi?id=125170
+
+ Reviewed by Geoffrey Garen.
+
+ * API/tests/testapi.mm:
+ * Configurations/ToolExecutable.xcconfig:
+
2013-12-04 [email protected] <[email protected]>
Use ThreadingOnce class to encapsulate pthread_once functionality.
Modified: trunk/Source/_javascript_Core/Configurations/ToolExecutable.xcconfig (160130 => 160131)
--- trunk/Source/_javascript_Core/Configurations/ToolExecutable.xcconfig 2013-12-04 22:53:24 UTC (rev 160130)
+++ trunk/Source/_javascript_Core/Configurations/ToolExecutable.xcconfig 2013-12-04 23:07:04 UTC (rev 160131)
@@ -38,6 +38,8 @@
GCC_ENABLE_OBJC_GC = NO;
CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH));
+CLANG_ENABLE_OBJC_ARC_i386 = $(CLANG_ENABLE_OBJC_ARC_i386_$(PLATFORM_NAME));
+CLANG_ENABLE_OBJC_ARC_i386_iphonesimulator = YES; # For iOS Simulator version 4.0 and greater
CLANG_ENABLE_OBJC_ARC_x86_64 = YES;
CLANG_ENABLE_OBJC_ARC_arm64 = YES;
CLANG_ENABLE_OBJC_ARC_armv7 = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes