We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc1a87 commit ea8ab49Copy full SHA for ea8ab49
llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll
@@ -2,7 +2,7 @@
2
; RUN: FileCheck < %t.ll --implicit-check-not "{{__llvm_prf_data|__llvm_prf_names}}" %s
3
; RUN: %llc_dwarf -O0 -filetype=obj < %t.ll | llvm-dwarfdump - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s --check-prefix CHECK-DWARF
4
5
-; REQUIRES: system-linux, object-emission
+; REQUIRES: target={{.*-linux.*}}, object-emission
6
7
@__profn_foo = private constant [3 x i8] c"foo"
8
; CHECK: @__profc_foo =
0 commit comments