[LLVMdev] Patch to get llvm compiling with the Intel 11.0.066 compiler
Robert Zeh
robert.a.zeh at gmail.com
Wed Jan 21 18:46:21 PST 2009
I've been trying to get llvm to compile under windows with the Intel C+
+ 11.0.066 compiler without killing the compiler.
I filed a bug report with Intel, and Intel says that their compiler
has a problem with RecTy and Init being declared with "class" in utils
\TableGen\TGParser.h but defined with "struct" in utils\TableGen
\Record.h.
The attached patch changes TGParser.h to use struct.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: intel-patch.diff
Type: application/octet-stream
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090121/f7cdba39/attachment.obj>
-------------- next part --------------
Robert Zeh
More information about the llvm-dev
mailing list