[llvm] 622ce12 - [DebugInfo] Add REQUIRES asserts to test (NFC)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 03:38:53 PST 2023


Author: Nikita Popov
Date: 2023-11-13T12:38:13+01:00
New Revision: 622ce125b8da16712c21c0f58c964f36fa025034

URL: https://github.com/llvm/llvm-project/commit/622ce125b8da16712c21c0f58c964f36fa025034
DIFF: https://github.com/llvm/llvm-project/commit/622ce125b8da16712c21c0f58c964f36fa025034.diff

LOG: [DebugInfo] Add REQUIRES asserts to test (NFC)

This test uses the -debug-only flag, which requires an
assertion-enabled build.

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/debug-info-jump-table.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll b/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll
index fac00d4f158b142..3656e631beb0cc8 100644
--- a/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll
+++ b/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll
@@ -1,4 +1,5 @@
 ; REQUIRES: x86-registered-target
+; REQUIRES: asserts
 ; RUN: llc -debug-only=isel %s -o /dev/null 2>&1 | FileCheck --match-full-lines %s
 
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"


        


More information about the llvm-commits mailing list