On Tue, Mar 31, 2015 at 11:24 AM, İsmail Dönmez <[email protected]> wrote:
> Hi, > > On Tue, Mar 31, 2015 at 12:08 PM, Daniel Jasper <[email protected]> > 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 >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
