[LLVMbugs] [Bug 10301] Link errors: C++ new operators with MSVC C++ Linker
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 7 12:23:36 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10301
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |LATER
--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2011-07-07 14:23:35 CDT ---
You can activate the experimental Microsoft C++ ABI support with "-Xclang
-cxx-abi -Xclang microsoft"; otherwise, we use a MinGW compatible C++ ABI.
It's impossible to generate code that supports both at the same time.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list