Skip to content

Commit

Permalink
[DebugInfo] Add REQUIRES asserts to test (NFC)
Browse files Browse the repository at this point in the history
This test uses the -debug-only flag, which requires an
assertion-enabled build.
  • Loading branch information
nikic committed Nov 13, 2023
1 parent 1b36a9f commit 622ce12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/DebugInfo/Generic/debug-info-jump-table.ll
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 622ce12

Please sign in to comment.