diff options
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/CodeGen/debug-dead-local-var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-dead-local-var.c b/clang/test/CodeGen/debug-dead-local-var.c index 19cd6feafa7..31c8d3705ee 100644 --- a/clang/test/CodeGen/debug-dead-local-var.c +++ b/clang/test/CodeGen/debug-dead-local-var.c @@ -1,5 +1,5 @@ // FIXME: Check IR rather than asm, then triple is not needed. -// RUN: %clang_cc1 -mllvm -asm-verbose -triple %itanium_abi_triple -S -O2 -g %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple %itanium_abi_triple -O2 -g -emit-llvm %s -o - | FileCheck %s // Radar 8122864 // Code is not generated for function foo, but preserve type information of |

