From dfb1f746c1fdae5a133b5a296fcdb06e7a4f0e96 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 29 Apr 2014 02:18:35 +0000 Subject: [PATCH] Run this test through instnamer to stop it failing on non-asserts clang builds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207488 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/arc-linetable.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/arc-linetable.m b/test/CodeGenObjC/arc-linetable.m index 20a3de78f4..553803d462 100644 --- a/test/CodeGenObjC/arc-linetable.m +++ b/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 -- 2.40.0