[PATCH] Teach LNT about 64-bit Mips targets.
Vasileios Kalintiris
Vasileios.Kalintiris at imgtec.com
Tue Mar 24 06:02:25 PDT 2015
Hi dsanders,
http://reviews.llvm.org/D8581
Files:
lnt/tests/nt.py
Index: lnt/tests/nt.py
===================================================================
--- lnt/tests/nt.py
+++ lnt/tests/nt.py
@@ -380,7 +380,7 @@
llvm_arch = 'Alpha'
elif arch.startswith('sparc'):
llvm_arch = 'Sparc'
- elif arch in ('mips', 'mipsel'):
+ elif arch in ('mips', 'mipsel', 'mips64', 'mips64el'):
llvm_arch = 'Mips'
if llvm_arch is not None:
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8581.22564.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150324/8798879b/attachment.bin>
More information about the llvm-commits
mailing list