Author: echristo
Date: Wed Apr 27 00:48:06 2011
New Revision: 130296

URL: http://llvm.org/viewvc/llvm-project?rev=130296&view=rev
Log:
Remove this assert, I don't think it's being helpful and people have
been running into it.


Modified:
    cfe/trunk/lib/Basic/Targets.cpp

Modified: cfe/trunk/lib/Basic/Targets.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?rev=130296&r1=130295&r2=130296&view=diff
==============================================================================
--- cfe/trunk/lib/Basic/Targets.cpp (original)
+++ cfe/trunk/lib/Basic/Targets.cpp Wed Apr 27 00:48:06 2011
@@ -121,7 +121,6 @@
       if (Triple.getEnvironmentName() == "iphoneos") {
         PlatformName = "ios";
       } else {
-        assert(Rev == 0 && "invalid triple, unexpected micro version!");
         PlatformName = "macosx";
         Rev = Min;
         Min = Maj - 4;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to