From: Chandler Carruth Date: Wed, 31 Aug 2011 18:39:20 +0000 (+0000) Subject: Don't verify the name of the driver executable. It's not really relevent X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aa5a81b18dcb5fe5bb658fc73bb89cc72027822;p=clang Don't verify the name of the driver executable. It's not really relevent to this test, and doesn't always start with 'clang' when fully resolved on some build systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138878 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/le32-unknown-nacl.cpp b/test/Driver/le32-unknown-nacl.cpp index 2092dfa95f..7e702513d9 100644 --- a/test/Driver/le32-unknown-nacl.cpp +++ b/test/Driver/le32-unknown-nacl.cpp @@ -2,7 +2,7 @@ // RUN: %clang -ccc-host-triple le32-unknown-nacl %s -emit-llvm -S -c -o - | FileCheck %s // RUN: %clang -ccc-host-triple le32-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS -// ECHO: clang{{.*}} -cc1 {{.*}}le32-unknown-nacl.c +// ECHO: {{.*}} -cc1 {{.*}}le32-unknown-nacl.c // Check platform defines #include