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

Unified Diff: lib/Support/Triple.cpp

Issue 7484050: Add initial support for *-*-nacl target. (Closed) Base URL: http://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Created 9 years, 5 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
« autoconf/configure.ac ('K') | « include/llvm/ADT/Triple.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/Support/Triple.cpp
===================================================================
--- lib/Support/Triple.cpp (revision 135788)
+++ lib/Support/Triple.cpp (working copy)
@@ -114,6 +114,7 @@
case Haiku: return "haiku";
case Minix: return "minix";
case RTEMS: return "rtems";
+ case NativeClient: return "nacl";
}
return "<invalid>";
« autoconf/configure.ac ('K') | « include/llvm/ADT/Triple.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698