[llvm] r195333 - add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
Robinson, Paul
Paul_Robinson at playstation.sony.com
Thu Nov 21 14:21:11 PST 2013
Thanks, I should know that by now...
--paulr
> -----Original Message-----
> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
> bounces at cs.uiuc.edu] On Behalf Of Kostya Serebryany
> Sent: Thursday, November 21, 2013 1:28 AM
> To: llvm-commits at cs.uiuc.edu
> Subject: [llvm] r195333 - add 'REQUIRES: asserts' to a test that uses
> 'llc -debug'; this fixes the no-asserts build
>
> Author: kcc
> Date: Thu Nov 21 03:28:16 2013
> New Revision: 195333
>
> URL: http://llvm.org/viewvc/llvm-project?rev=195333&view=rev
> Log:
> add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the
> no-asserts build
>
> Modified:
> llvm/trunk/test/CodeGen/Generic/isel-optnone.ll
>
> Modified: llvm/trunk/test/CodeGen/Generic/isel-optnone.ll
> URL: http://llvm.org/viewvc/llvm-
> project/llvm/trunk/test/CodeGen/Generic/isel-
> optnone.ll?rev=195333&r1=195332&r2=195333&view=diff
> ========================================================================
> ======
> --- llvm/trunk/test/CodeGen/Generic/isel-optnone.ll (original)
> +++ llvm/trunk/test/CodeGen/Generic/isel-optnone.ll Thu Nov 21 03:28:16
> 2013
> @@ -1,4 +1,5 @@
> ; RUN: llc -debug < %s -o /dev/null 2>&1 | FileCheck %s
> +; REQUIRES: asserts
>
> ; Verify that the backend correctly overrides the optimization level
> ; of optnone functions during instruction selection.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list