[cfe-dev] libc++ and the Intel compiler

Douglas Gregor dgregor at apple.com
Thu Aug 25 09:56:48 PDT 2011


On Aug 25, 2011, at 9:52 AM, Konstantin Tokarev wrote:

> 25.08.2011, 20:09, "Douglas Gregor" <dgregor at apple.com>:
>> On Aug 25, 2011, at 6:58 AM, Guy Davidson wrote:
>> 
>>> I work on OSX and Windows platforms and must use the Intel compiler.  Assuming it’s necessary for standard runtime library support, I would like to build libc++ on the OSX platform using the Intel compiler.
>> FWIW, It shouldn't matter which compiler builds libc++.
> 
> If resulting binaries of libc++ are ABI-compatible

If they aren't ABI-compatible, it's because one of the compilers involved isn't implementing the Itanium C++ ABI, and the bug should be reported to the appropriate vendor.

	- Doug



More information about the cfe-dev mailing list