[PATCH] D23378: Explicitly specify MSVC mangling of iostream globals

Dave Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 2 20:59:10 PST 2017


kastiglione added a comment.

@majnemer, @compnerd: Using `/alternatename` will require the mangling of the definition be maintained in addition to the mangling of the declaration. I myself don't need MSVC compatibility for this, so if there are no proponents for a MSVC compatible change at this point, I'm inclined to stay with an `__asm__` approach since `/alternatename` potentially makes this fix more fragile.


https://reviews.llvm.org/D23378





More information about the llvm-commits mailing list