Skip to content

Commit 2e0a3c2

Browse files
[DebugInfo] Correct an overly-restrictive REQUIRES clause. (#116429)
Include a regular expression in the 'REQUIRES' clause, to run the test on all matching targets (x86_64 *linux*). The original patch restricted to test just to 'x86_64-linux' #116327
1 parent 44a41b0 commit 2e0a3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/Generic/artificial-static-member.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; REQUIRES: x86_64-linux
1+
; REQUIRES: target={{x86_64-.*-linux.*}}
22
; RUN: llc -O0 -filetype=obj < %s | \
33
; RUN: llvm-dwarfdump --debug-info - | FileCheck %s
44

0 commit comments

Comments
 (0)