[polly] r206852 - [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE

Richard Smith richard at metafoo.co.uk
Tue Apr 22 00:37:29 PDT 2014


On 22 Apr 2014 00:01, "Tobias Grosser" <tobias at grosser.es> wrote:
>
> On 22/04/2014 05:30, Chandler Carruth wrote:
>>
>> Author: chandlerc
>> Date: Mon Apr 21 22:30:19 2014
>> New Revision: 206852
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=206852&view=rev
>> Log:
>> [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
>> definition below all of the header #include lines, Polly edition.
>>
>> If you want to know more details about this, you can see the recent
>> commits to Debug.h in LLVM. This is just the Polly segment of a cleanup
>> I'm doing globally for this macro.
>
>
> Thanks Chandler.
>
> It seems that during the last weeks there have been several changes to
enable the build of LLVM with modules enabled. Out of interest, what is the
status of this? How far are we away from building LLVM with modules?

With Clang trunk and appropriate module maps, some parts of LLVM build.
FileCheck has successfully built for about a month, and llvm-tblgen started
to build successfully a little over a week ago. My current targets are the
opt and llc binaries.

> Tobias
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140422/6c64345c/attachment.html>


More information about the llvm-commits mailing list