From 5aa5a81b18dcb5fe5bb658fc73bb89cc72027822 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 31 Aug 2011 18:39:20 +0000 Subject: [PATCH] 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 --- test/Driver/le32-unknown-nacl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1