[cfe-commits] r138878 - /cfe/trunk/test/Driver/le32-unknown-nacl.cpp

Chandler Carruth chandlerc at gmail.com
Wed Aug 31 11:39:20 PDT 2011


Author: chandlerc
Date: Wed Aug 31 13:39:20 2011
New Revision: 138878

URL: http://llvm.org/viewvc/llvm-project?rev=138878&view=rev
Log:
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.

Modified:
    cfe/trunk/test/Driver/le32-unknown-nacl.cpp

Modified: cfe/trunk/test/Driver/le32-unknown-nacl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/le32-unknown-nacl.cpp?rev=138878&r1=138877&r2=138878&view=diff
==============================================================================
--- cfe/trunk/test/Driver/le32-unknown-nacl.cpp (original)
+++ cfe/trunk/test/Driver/le32-unknown-nacl.cpp Wed Aug 31 13:39:20 2011
@@ -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>





More information about the cfe-commits mailing list