================
Comment at: lib/CodeGen/BackendUtil.cpp:431
@@ +430,3 @@
+ .Case("posix", llvm::ThreadModel::POSIX)
+ .Case("single", llvm::ThreadModel::Single);
+
----------------
Shouldn't this have a .Default()? If so, which value?http://reviews.llvm.org/D4985 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
