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

Unified Diff: tools/utils.py

Issue 1967613002: Introduce a new ARMSIMDBC configuration. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « tools/gyp/configurations.gypi ('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 02fe8efad86a6bc976ad0b255f20a929c65cb28f..c4be5af9e9648636962e24e41df58464934f15dc 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -242,6 +242,7 @@ ARCH_FAMILY = {
'simarm64': 'ia32',
'simdbc': 'ia32',
'simdbc64': 'ia32',
+ 'armsimdbc': 'arm',
}
ARCH_GUESS = GuessArchitecture()
« no previous file with comments | « tools/gyp/configurations.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698