summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-04-29 02:18:35 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-04-29 02:18:35 +0000
commitdfbe47650efa275b1bf93c802fe7768d916a452c (patch)
treeb410495b048d9f914fa5dc7fedd25ce55a275204 /clang/test
parent3ab40727a7be74daf9ec0df786fa321a3b25b46f (diff)
downloadbcm5719-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.m2
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
OpenPOWER on IntegriCloud