Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: tools/gyp/configurations_xcode.gypi

Issue 1904153003: DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix stack overflow area size Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/gyp/configurations_xcode.gypi
diff --git a/tools/gyp/configurations_xcode.gypi b/tools/gyp/configurations_xcode.gypi
index 405ee5d77fa347a6840c4aeee055ed051625998b..e9a68f6b1c7c0af14dd9a175589fa8c716e72178 100644
--- a/tools/gyp/configurations_xcode.gypi
+++ b/tools/gyp/configurations_xcode.gypi
@@ -80,6 +80,9 @@
'Dart_Macos_simdbc_Base': {
'abstract': 1,
},
+ 'Dart_Macos_simdbc64_Base': {
+ 'abstract': 1,
+ },
'Dart_Macos_Debug': {
'abstract': 1,
'xcode_settings': {

Powered by Google App Engine
This is Rietveld 408576698