[llvm] r239748 - Add "REQUIRES: asserts" to test case that uses -debug-only
Sanjoy Das
sanjoy at playingwithpointers.com
Mon Jun 15 13:05:38 PDT 2015
Author: sanjoy
Date: Mon Jun 15 15:05:38 2015
New Revision: 239748
URL: http://llvm.org/viewvc/llvm-project?rev=239748&view=rev
Log:
Add "REQUIRES: asserts" to test case that uses -debug-only
Modified:
llvm/trunk/test/CodeGen/X86/implicit-null-check-negative.ll
Modified: llvm/trunk/test/CodeGen/X86/implicit-null-check-negative.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/implicit-null-check-negative.ll?rev=239748&r1=239747&r2=239748&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/implicit-null-check-negative.ll (original)
+++ llvm/trunk/test/CodeGen/X86/implicit-null-check-negative.ll Mon Jun 15 15:05:38 2015
@@ -1,4 +1,5 @@
; RUN: llc -mtriple=x86_64-apple-macosx -O3 -debug-only=faultmaps -enable-implicit-null-checks < %s | FileCheck %s
+; REQUIRES: asserts
; List cases where we should *not* be emitting implicit null checks.
More information about the llvm-commits
mailing list