[Midnightbsd-cvs] src [9764] trunk/contrib/llvm/lib/Support/Triple.cpp: add midnightbsd

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jan 20 16:12:21 EST 2018


Revision: 9764
          http://svnweb.midnightbsd.org/src/?rev=9764
Author:   laffer1
Date:     2018-01-20 16:12:21 -0500 (Sat, 20 Jan 2018)
Log Message:
-----------
add midnightbsd

Modified Paths:
--------------
    trunk/contrib/llvm/lib/Support/Triple.cpp

Modified: trunk/contrib/llvm/lib/Support/Triple.cpp
===================================================================
--- trunk/contrib/llvm/lib/Support/Triple.cpp	2018-01-20 21:10:07 UTC (rev 9763)
+++ trunk/contrib/llvm/lib/Support/Triple.cpp	2018-01-20 21:12:21 UTC (rev 9764)
@@ -137,6 +137,7 @@
   case AIX: return "aix";
   case CUDA: return "cuda";
   case NVCL: return "nvcl";
+  case MidnightBSD: return "midnightbsd";
   }
 
   llvm_unreachable("Invalid OSType");



More information about the Midnightbsd-cvs mailing list