diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-05-20 23:23:51 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-05-20 23:23:51 +0000 |
| commit | bd8652d27204ea1688662338992368a24edfa06a (patch) | |
| tree | a48aa1e3a8a01f8eb70bf0afc9c1e3c82f221dfb /clang/test/CodeGen | |
| parent | 9b0a69d6dc741d960d739f4e660a820a868fb2b0 (diff) | |
| download | bcm5719-llvm-bd8652d27204ea1688662338992368a24edfa06a.tar.gz bcm5719-llvm-bd8652d27204ea1688662338992368a24edfa06a.zip | |
Make this test emit llvm IR rather than assembly.
llvm-svn: 209255
Diffstat (limited to 'clang/test/CodeGen')
| -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 |

