Add missing -S to avoid invoking assembler unnecessarily.
authorDiego Novillo <dnovillo@google.com>
Thu, 29 May 2014 16:52:06 +0000 (16:52 +0000)
committerDiego Novillo <dnovillo@google.com>
Thu, 29 May 2014 16:52:06 +0000 (16:52 +0000)
llvm-svn: 209828

clang/test/Frontend/Weverything-and-remarks.cpp

index ce7e8f3..0c35b31 100644 (file)
@@ -4,7 +4,7 @@
 // flags to filter them. The handler in BackendConsumer::DiagnosticHandlerImpl
 // should not emitting diagnostics for unhandled kinds.
 
-// RUN: %clang -c -Weverything -O0 -o /dev/null %s 2> %t.err
+// RUN: %clang -c -S -Weverything -O0 -o /dev/null %s 2> %t.err
 // RUN: FileCheck < %t.err %s
 
 typedef __char32_t char32_t;