Make this test emit llvm IR rather than assembly.

llvm-svn: 209255
This commit is contained in:
Eric Christopher 2014-05-20 23:23:51 +00:00
parent 9b0a69d6dc
commit bd8652d272
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// FIXME: Check IR rather than asm, then triple is not needed. // 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 // Radar 8122864
// Code is not generated for function foo, but preserve type information of // Code is not generated for function foo, but preserve type information of