Skip to content
Snippets Groups Projects
Commit 15bebd0f authored by Diego Novillo's avatar Diego Novillo
Browse files

Add missing -S to avoid invoking assembler unnecessarily.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209828 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2b2baee0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment