r207488 - Run this test through instnamer to stop it failing on non-asserts clang builds.

Richard Smith richard-llvm at metafoo.co.uk
Mon Apr 28 19:18:36 PDT 2014


Author: rsmith
Date: Mon Apr 28 21:18:35 2014
New Revision: 207488

URL: http://llvm.org/viewvc/llvm-project?rev=207488&view=rev
Log:
Run this test through instnamer to stop it failing on non-asserts clang builds.

Modified:
    cfe/trunk/test/CodeGenObjC/arc-linetable.m

Modified: cfe/trunk/test/CodeGenObjC/arc-linetable.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/arc-linetable.m?rev=207488&r1=207487&r2=207488&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/arc-linetable.m (original)
+++ cfe/trunk/test/CodeGenObjC/arc-linetable.m Mon Apr 28 21:18:35 2014
@@ -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
 





More information about the cfe-commits mailing list