Chromium Code Reviews| Index: lib/Support/Triple.cpp |
| =================================================================== |
| --- lib/Support/Triple.cpp (revision 137993) |
| +++ lib/Support/Triple.cpp (working copy) |
| @@ -110,6 +110,7 @@ |
| case Haiku: return "haiku"; |
| case Minix: return "minix"; |
| case RTEMS: return "rtems"; |
| + case NativeClient: return "nacl"; |
| } |
| return "<invalid>"; |