r244902 - Driver: Fix include directories when not using libgcc under mingw

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 18 17:07:44 PDT 2015


On Tue, Aug 18, 2015 at 4:52 PM, Richard Smith <richard at metafoo.co.uk> wrote:
> On Tue, Aug 18, 2015 at 3:00 PM, Hans Wennborg via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>>
>> Richard, I tried to ping you on the review thread but I'm not sure it
>> got through. Martell requested this be merged to 3.7. What do you
>> think?
>
>
> Sure, this looks fine for branch.

Thanks! r245393.


>> On Thu, Aug 13, 2015 at 8:41 AM, Martell Malone via cfe-commits
>> <cfe-commits at lists.llvm.org> wrote:
>> > Author: martell
>> > Date: Thu Aug 13 10:41:04 2015
>> > New Revision: 244902
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=244902&view=rev
>> > Log:
>> > Driver: Fix include directories when not using libgcc under mingw
>> >
>> > Summary:
>> > When we want to use mingw-w64 and clang with compiler-rt we should not
>> > need to have libgcc installed. This fixes finding includes when libgcc
>> > is not installed
>> >
>> > Reviewers: yaron.keren
>> >
>> > Subscribers: cfe-commits
>> >
>> > Differential Revision: http://reviews.llvm.org/D11808


More information about the cfe-commits mailing list