diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2011-08-31 18:39:20 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2011-08-31 18:39:20 +0000 |
commit | 5aa5a81b18dcb5fe5bb658fc73bb89cc72027822 (patch) | |
tree | 034b01bbbe772e350c728525739429eaf5e6ff24 | |
parent | 1af9d9e5f6d0f07917c01b1017620104dbbc0e7f (diff) |
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
-rw-r--r-- | test/Driver/le32-unknown-nacl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdarg.h> |