RE: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-30 Thread Hahnfeld, Jonas via cfe-commits
ts.llvm.org > Subject: Re: r270373 - [driver][mips] Support new versions of MIPS > CodeScape toolchains > > It does, thanks! > > On Thu, May 26, 2016 at 3:35 PM, Simon Atanasyan <si...@atanasyan.com> > wrote: > > I hope r270842 fixes the problem. > > > >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
d to add an >>> '-stdlib=platform' to the test... (see r260662 and r263434) >>> >>> Cheers, >>> Jonas >>> >>>> -Original Message- >>>> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf >>>> Of Is

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Simon Atanasyan via cfe-commits
age- >>> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf >>> Of Ismail Donmez via cfe-commits >>> Sent: Thursday, May 26, 2016 10:03 AM >>> To: Simon Atanasyan >>> Cc: cfe-commits >>> Subject: Re: r270373 - [

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
anasyan >> Cc: cfe-commits >> Subject: Re: r270373 - [driver][mips] Support new versions of MIPS >> CodeScape toolchains >> >> Hi, >> >> I think this is because I enable libc++ by default with - >> DLLVM_ENABLE_LIBCXX=ON , so this tests need

RE: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Hahnfeld, Jonas via cfe-commits
ts > Sent: Thursday, May 26, 2016 10:03 AM > To: Simon Atanasyan > Cc: cfe-commits > Subject: Re: r270373 - [driver][mips] Support new versions of MIPS > CodeScape toolchains > > Hi, > > I think this is because I enable libc++ by default with - > DLLVM_ENABLE_LIB

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Simon Atanasyan via cfe-commits
Sounds reasonable. I will check this idea and fix the tests accordingly. On May 26, 2016 11:03 AM, "Ismail Donmez" wrote: > Hi, > > I think this is because I enable libc++ by default with > -DLLVM_ENABLE_LIBCXX=ON , so this tests need an explicit > -stdlib=libstdc++ > > ismail >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
Hi, I think this is because I enable libc++ by default with -DLLVM_ENABLE_LIBCXX=ON , so this tests need an explicit -stdlib=libstdc++ ismail On Thu, May 26, 2016 at 10:08 AM, Simon Atanasyan wrote: > I'm trying to reproduce the problem but without success yet. And all >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Simon Atanasyan via cfe-commits
I'm trying to reproduce the problem but without success yet. And all buildbots available to me are green. So no ideas right now. By the way, as far as I can see you use some sort of build system probably to get rpm package. Right? Could you try to build Clang by hand

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-26 Thread Ismail Donmez via cfe-commits
Any ideas what's going on? On Wed, May 25, 2016 at 1:35 PM, Ismail Donmez wrote: > Hi, > > On Wed, May 25, 2016 at 1:32 PM, Simon Atanasyan wrote: >> Hi, >> >> Thanks for the information. One more question. Does the following folder >> exist? >> >>

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-25 Thread Ismail Donmez via cfe-commits
Hi, On Wed, May 25, 2016 at 1:32 PM, Simon Atanasyan wrote: > Hi, > > Thanks for the information. One more question. Does the following folder > exist? > >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-25 Thread Simon Atanasyan via cfe-commits
Hi, Thanks for the information. One more question. Does the following folder exist? /home/abuild/rpmbuild/BUILD/llvm/tools/clang/test/Driver/Inputs/mips_img_v2_tree/lib/gcc/mips-img-linux-gnu/4.9.2/../../../../mips-img-linux-gnu/include/c++/4.9.2 On Wed, May 25, 2016 at 9:55 AM, Ismail Donmez

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-25 Thread Ismail Donmez via cfe-commits
On Tue, May 24, 2016 at 4:18 PM, Simon Atanasyan wrote: > /home/abuild/rpmbuild/BUILD/llvm/stage2/bin/clang -no-canonical-prefixes \ > /home/abuild/rpmbuild/BUILD/llvm/tools/clang/test/Driver/mips-img-v2.cpp \ > -### -o >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-24 Thread Simon Atanasyan via cfe-commits
Hi, On Tue, May 24, 2016 at 12:37 PM, Ismail Donmez wrote: > > On Sun, May 22, 2016 at 9:18 PM, Simon Atanasyan via cfe-commits > wrote: >> Author: atanasyan >> Date: Sun May 22 13:18:07 2016 >> New Revision: 270373 >> >> URL:

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-24 Thread Ismail Donmez via cfe-commits
Hi, On Sun, May 22, 2016 at 9:18 PM, Simon Atanasyan via cfe-commits wrote: > Author: atanasyan > Date: Sun May 22 13:18:07 2016 > New Revision: 270373 > > URL: http://llvm.org/viewvc/llvm-project?rev=270373=rev > Log: > [driver][mips] Support new versions of MIPS

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-23 Thread Renato Golin via cfe-commits
On 22 May 2016 at 23:16, Simon Atanasyan wrote: > Hope r270380 fixes the problem. All green, thanks! --renato ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-22 Thread Simon Atanasyan via cfe-commits
Hope r270380 fixes the problem. On Mon, May 23, 2016 at 12:00 AM, Simon Atanasyan wrote: > Hi Renato, > > Strange error. Unfortunately I am far from my computer right now. I was sure > in my changes. Could you please revert the commit? > > On May 22, 2016 11:23 PM, "Renato

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-22 Thread Simon Atanasyan via cfe-commits
Hi Renato, Strange error. Unfortunately I am far from my computer right now. I was sure in my changes. Could you please revert the commit? On May 22, 2016 11:23 PM, "Renato Golin" wrote: > On 22 May 2016 at 19:18, Simon Atanasyan via cfe-commits >

Re: r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains

2016-05-22 Thread Renato Golin via cfe-commits
On 22 May 2016 at 19:18, Simon Atanasyan via cfe-commits wrote: > Author: atanasyan > Date: Sun May 22 13:18:07 2016 > New Revision: 270373 > > URL: http://llvm.org/viewvc/llvm-project?rev=270373=rev > Log: > [driver][mips] Support new versions of MIPS CodeScape