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

Unified Diff: tools/utils.py

Issue 2596333002: GN: Fix armsimdbc target. Add armsimdbc64 (Closed)
Patch Set: Created 4 years 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/gn.py ('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 341321dd6dcce48cd6782862d7404e53a1be6076..161ea4bb1879ccb04b43e641e1130cff82b1931e 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -243,6 +243,7 @@ ARCH_FAMILY = {
'simdbc': 'ia32',
'simdbc64': 'ia32',
'armsimdbc': 'arm',
+ 'armsimdbc64': 'arm',
}
ARCH_GUESS = GuessArchitecture()
« no previous file with comments | « tools/gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698