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

Unified Diff: tools/utils.py

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
« runtime/vm/simulator_dbc.h ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils.py
diff --git a/tools/utils.py b/tools/utils.py
index dc862116373f3a3701d220b6a4c57aa594b67406..02fe8efad86a6bc976ad0b255f20a929c65cb28f 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -241,6 +241,7 @@ ARCH_FAMILY = {
'simmips': 'ia32',
'simarm64': 'ia32',
'simdbc': 'ia32',
+ 'simdbc64': 'ia32',
}
ARCH_GUESS = GuessArchitecture()
« runtime/vm/simulator_dbc.h ('K') | « tools/testing/dart/test_options.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698