From dfbe47650efa275b1bf93c802fe7768d916a452c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 29 Apr 2014 02:18:35 +0000 Subject: Run this test through instnamer to stop it failing on non-asserts clang builds. llvm-svn: 207488 --- clang/test/CodeGenObjC/arc-linetable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3