It would be nice to have similar tests for the Itanium ABI, but I suspect that 
you are less interested in that.

================
Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:1429
@@ -1430,1 +1428,3 @@
+    // Create the guard variable with a zero-initializer.  Just absorb linkage,
+    // visibility and dll storage clsas from the guarded variable.
     GI->Guard =
----------------
clsas -> class.

================
Comment at: test/CodeGenCXX/dllexport.cpp:274
@@ -258,1 +273,3 @@
+  return x++;
+};
 
----------------
It really would be nice to split this file up at some point.

http://reviews.llvm.org/D4136



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

Reply via email to