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

İsmail Dönmez ismail at donmez.ws
Tue Mar 31 02:24:50 PDT 2015


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.

ismail



More information about the cfe-commits mailing list