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

Unified Diff: tools/llvm/driver/pnacl-translate.py

Issue 7737032: Change llc triple to use nacl instead of linux. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/llvm/driver/pnacl-translate.py
===================================================================
--- tools/llvm/driver/pnacl-translate.py (revision 6635)
+++ tools/llvm/driver/pnacl-translate.py (working copy)
@@ -30,9 +30,9 @@
'LLC' : '${SANDBOXED ? ${LLC_SB} : ${LLVM_LLC}}',
'TRIPLE' : '${TRIPLE_%ARCH%}',
- 'TRIPLE_ARM' : 'armv7a-none-linux-gnueabi',
- 'TRIPLE_X8632': 'i686-none-linux-gnu',
- 'TRIPLE_X8664': 'x86_64-none-linux-gnu',
+ 'TRIPLE_ARM' : 'armv7a-none-nacl-gnueabi',
+ 'TRIPLE_X8632': 'i686-none-nacl-gnu',
+ 'TRIPLE_X8664': 'x86_64-none-nacl-gnu',
'LLC_FLAGS_COMMON': '-asm-verbose=false ' +
'${PIC ? -relocation-model=pic} ' +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698