]> granicus.if.org Git - clang/commitdiff
Use -### instead of -ccc-echo.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jul 2013 15:17:51 +0000 (15:17 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 23 Jul 2013 15:17:51 +0000 (15:17 +0000)
This is still a fairly odd test. Clang wants to run gcc for assembling. At
least with -### it only prints that instead of actually trying to run it with
-ccc-echo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186945 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/x86_64-nacl-defines.cpp

index b7c894036cd4b884740677c5f9ef5f567b616821..2154daa0b2c65b45139467deb6b429000d31fb7e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang -target x86_64-unknown-nacl -ccc-echo %s -emit-llvm-only -c -o %t.o 2>&1 | FileCheck %s -check-prefix=ECHO
+// RUN: %clang -target x86_64-unknown-nacl -### %s -emit-llvm-only -c -o %t.o 2>&1 | FileCheck %s -check-prefix=ECHO
 // RUN: %clang -target x86_64-unknown-nacl %s -emit-llvm -S -c -o - | FileCheck %s
 // RUN: %clang -target x86_64-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS