forked from OSchip/llvm-project
Run this test through instnamer to stop it failing on non-asserts clang builds.
llvm-svn: 207488
This commit is contained in:
parent
3ab40727a7
commit
dfbe47650e
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
|
||||
// RUN: %clang_cc1 -emit-llvm -fblocks -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | opt -instnamer -S | FileCheck %s
|
||||
|
||||
// Legend: EXP = Return expression, RET = ret instruction
|
||||
|
||||
|
|
Loading…
Reference in New Issue