r233677 - Make new test slightly more generic to allow running it under

Daniel Jasper djasper at google.com
Tue Mar 31 02:33:43 PDT 2015


On Tue, Mar 31, 2015 at 11:24 AM, İsmail Dönmez <ismail at donmez.ws> wrote:

> Hi,
>
> On Tue, Mar 31, 2015 at 12:08 PM, Daniel Jasper <djasper at google.com>
> wrote:
> > Author: djasper
> > Date: Tue Mar 31 04:08:16 2015
> > New Revision: 233677
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=233677&view=rev
> > Log:
> > Make new test slightly more generic to allow running it under
> > non-standard test runners.
> >
> > Modified:
> >     cfe/trunk/test/Driver/nacl-direct.c
> >
> > Modified: cfe/trunk/test/Driver/nacl-direct.c
>
> > -// CHECK-x86_64: "-resource-dir" "{{.*}}/lib/clang/[[VER:[0-9.]+]]"
> > +// CHECK-x86_64: "-resource-dir" "{{.*}}/lib/clang/[[VER:[0-9.a-z\-]+]]"
>
> This won't work when LLVM_LIBDIR_SUFFIX=64 is in effect. In that case
> lib64 will be used instead of lib.
>

That was pre-existing, though. Please comment on the original commit and
work towards a solution with the author.


>
> ismail
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150331/08495e88/attachment.html>


More information about the cfe-commits mailing list