r207488 - Run this test through instnamer to stop it failing on non-asserts clang builds.
David Blaikie
dblaikie at gmail.com
Mon Apr 28 19:33:25 PDT 2014
On Mon, Apr 28, 2014 at 7:18 PM, Richard Smith
<richard-llvm at metafoo.co.uk> wrote:
> 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.
I /think/ the usual workaround is just to REQUIRES: Asserts.
But yeah, it's just a temporary fix anyway - whatever suits you
>
> 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
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list