diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-04-29 02:18:35 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-04-29 02:18:35 +0000 |
commit | dfbe47650efa275b1bf93c802fe7768d916a452c (patch) | |
tree | b410495b048d9f914fa5dc7fedd25ce55a275204 /clang/test | |
parent | 3ab40727a7be74daf9ec0df786fa321a3b25b46f (diff) | |
download | bcm5719-llvm-dfbe47650efa275b1bf93c802fe7768d916a452c.tar.gz bcm5719-llvm-dfbe47650efa275b1bf93c802fe7768d916a452c.zip |
Run this test through instnamer to stop it failing on non-asserts clang builds.
llvm-svn: 207488
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGenObjC/arc-linetable.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/arc-linetable.m b/clang/test/CodeGenObjC/arc-linetable.m index 20a3de78f47..553803d462e 100644 --- a/clang/test/CodeGenObjC/arc-linetable.m +++ b/clang/test/CodeGenObjC/arc-linetable.m @@ -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 |