Skip to content

Commit

Permalink
clang/test/Driver/x86_64-nacl-defines.cpp: Specify filename generated.
Browse files Browse the repository at this point in the history
FIXME: It could be /dev/null.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168429 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Nov 21, 2012
1 parent 69b77d7 commit 3ffa91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Driver/x86_64-nacl-defines.cpp
@@ -1,4 +1,4 @@
// RUN: %clang -target x86_64-unknown-nacl -ccc-echo %s -emit-llvm-only -c 2>&1 | FileCheck %s -check-prefix=ECHO
// 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 -S -c -o - | FileCheck %s
// RUN: %clang -target x86_64-unknown-nacl %s -emit-llvm -S -c -pthread -o - | FileCheck %s -check-prefix=THREADS

Expand Down

0 comments on commit 3ffa91a

Please sign in to comment.