Please commit... Best Olaf Krzikalla -- Olaf Krzikalla Technische Universitaet Dresden Zentrum fuer Informationsdienste und Hochleistungsrechnen Abteilung Verteiltes und Datenintensives Rechnen Zellescher Weg 12, 01069 Dresden Willersbau, Zimmer A105 Telefonnr.: +49 351 463-32442 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: twine.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090729/85c3b7f3/attachment.ksh>
Olaf Krzikalla writes:> Please commit... > > Best > Olaf KrzikallaThanks, applied here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090727/082877.html
Sorry, I was too fast. There is more... But now all compiles fine. However I'm not very satisfied with the Constants.patch since I don't know for 100% sure what's going on. OK, I know that MSVC tries to instantiate the virtual member function FoldingSet<MDNode>::GetNodeProfile where gcc seems to be more relaxed on the instantiation of template functions. But I have no idea whether gcc or msvc is right at this point. Best -- Olaf Krzikalla Technische Universitaet Dresden Zentrum fuer Informationsdienste und Hochleistungsrechnen Abteilung Verteiltes und Datenintensives Rechnen Zellescher Weg 12, 01069 Dresden Willersbau, Zimmer A105 Telefonnr.: +49 351 463-32442 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: MCAsmLexer.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090729/bfd54e61/attachment.ksh> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Constants.patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090729/bfd54e61/attachment-0001.ksh>
Hi Olaf, I applied the MCAsmWriter fix, thanks. I also am not sure about Constants so I am going to leave that to someone else. - Daniel On Wed, Jul 29, 2009 at 4:44 AM, Olaf Krzikalla<Olaf.Krzikalla at tu-dresden.de> wrote:> Sorry, I was too fast. There is more... > But now all compiles fine. However I'm not very satisfied with the > Constants.patch since I don't know for 100% sure what's going on. OK, I > know that MSVC tries to instantiate the virtual member function > FoldingSet<MDNode>::GetNodeProfile where gcc seems to be more relaxed on the > instantiation of template functions. But I have no idea whether gcc or msvc > is right at this point. > > Best > > -- > Olaf Krzikalla > Technische Universitaet Dresden > Zentrum fuer Informationsdienste und Hochleistungsrechnen > Abteilung Verteiltes und Datenintensives Rechnen > Zellescher Weg 12, 01069 Dresden > Willersbau, Zimmer A105 > Telefonnr.: +49 351 463-32442 > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >