Skip to content

Commit

Permalink
[test] debug-info-correlate.ll requires an ELF target triple
Browse files Browse the repository at this point in the history
The test only applies to ELF. On Linux, when a default target triple is, say,
Mach-O, the test should be excluded as well.
  • Loading branch information
MaskRay committed Sep 11, 2023
1 parent cfc1a87 commit ea8ab49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; RUN: FileCheck < %t.ll --implicit-check-not "{{__llvm_prf_data|__llvm_prf_names}}" %s
; RUN: %llc_dwarf -O0 -filetype=obj < %t.ll | llvm-dwarfdump - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s --check-prefix CHECK-DWARF

; REQUIRES: system-linux, object-emission
; REQUIRES: target={{.*-linux.*}}, object-emission

@__profn_foo = private constant [3 x i8] c"foo"
; CHECK: @__profc_foo =
Expand Down

0 comments on commit ea8ab49

Please sign in to comment.