[cfe-commits] r155860 - /cfe/trunk/lib/Driver/ToolChains.cpp
Chandler Carruth
chandlerc at google.com
Wed May 9 10:50:04 PDT 2012
The pings didn't include Bill, so adding him in case this is an email
snafu...
On Wed, May 9, 2012 at 10:30 AM, İsmail Dönmez <ismail at namtrac.org> wrote:
> ping?
>
> On Fri, May 4, 2012 at 8:50 AM, İsmail Dönmez <ismail at namtrac.org> wrote:
>
>> This is still not in the release branch :/
>>
>> Regards.
>>
>> On Tue, May 1, 2012 at 1:45 AM, Douglas Gregor <dgregor at apple.com> wrote:
>>
>>> Bill, please pull this into the release branch.
>>>
>>> - Doug
>>>
>>> On Apr 30, 2012, at 4:42 PM, Douglas Gregor <dgregor at apple.com> wrote:
>>>
>>> > Author: dgregor
>>> > Date: Mon Apr 30 18:42:57 2012
>>> > New Revision: 155860
>>> >
>>> > URL: http://llvm.org/viewvc/llvm-project?rev=155860&view=rev
>>> > Log:
>>> > Add support for openSUSE 12.2, from Ismail Donmez!
>>> >
>>> > Modified:
>>> > cfe/trunk/lib/Driver/ToolChains.cpp
>>> >
>>> > Modified: cfe/trunk/lib/Driver/ToolChains.cpp
>>> > URL:
>>> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=155860&r1=155859&r2=155860&view=diff
>>> >
>>> ==============================================================================
>>> > --- cfe/trunk/lib/Driver/ToolChains.cpp (original)
>>> > +++ cfe/trunk/lib/Driver/ToolChains.cpp Mon Apr 30 18:42:57 2012
>>> > @@ -1866,6 +1866,7 @@
>>> > OpenSuse11_3,
>>> > OpenSuse11_4,
>>> > OpenSuse12_1,
>>> > + OpenSuse12_2,
>>> > UbuntuHardy,
>>> > UbuntuIntrepid,
>>> > UbuntuJaunty,
>>> > @@ -1884,7 +1885,7 @@
>>> > }
>>> >
>>> > static bool IsOpenSuse(enum LinuxDistro Distro) {
>>> > - return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_1;
>>> > + return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_2;
>>> > }
>>> >
>>> > static bool IsDebian(enum LinuxDistro Distro) {
>>> > @@ -1961,6 +1962,7 @@
>>> > .StartsWith("openSUSE 11.3", OpenSuse11_3)
>>> > .StartsWith("openSUSE 11.4", OpenSuse11_4)
>>> > .StartsWith("openSUSE 12.1", OpenSuse12_1)
>>> > + .StartsWith("openSUSE 12.2", OpenSuse12_2)
>>> > .Default(UnknownDistro);
>>> >
>>> > bool Exists;
>>> >
>>> >
>>> > _______________________________________________
>>> > cfe-commits mailing list
>>> > cfe-commits at cs.uiuc.edu
>>> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>
>>> _______________________________________________
>>> cfe-commits mailing list
>>> cfe-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>>>
>>
>>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120509/0beaa90f/attachment.html>
More information about the cfe-commits
mailing list