From: Rafael Espindola Date: Fri, 18 Sep 2015 22:01:10 +0000 (+0000) Subject: Relax the test to get it passing with windows paths. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7316e43888d68d91d362819ec88cb020ac98031;p=clang Relax the test to get it passing with windows paths. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248051 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/amdgpu-toolchain.c b/test/Driver/amdgpu-toolchain.c index d1369d4c07..b6e05f8bdb 100644 --- a/test/Driver/amdgpu-toolchain.c +++ b/test/Driver/amdgpu-toolchain.c @@ -1,3 +1,3 @@ // RUN: %clang -### -target amdgcn--amdhsa -x assembler -mcpu=kaveri %s 2>&1 | FileCheck -check-prefix=AS_LINK %s -// AS_LINK: bin/clang{{.*}} "-cc1as" +// AS_LINK: clang{{.*}} "-cc1as" // AS_LINK: lld{{.*}} "-flavor" "gnu" "-target" "amdgcn--amdhsa"