Skip to content

Commit 99ffe71

Browse files
committed
[llvm-objdump] Disables running pgo-analysis-map symbolizing on windows.
1 parent fd49ef1 commit 99ffe71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/tools/llvm-objdump/X86/elf-pgoanalysismap.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
## contain PGO data, --symbolize-operands is able to label the basic blocks
33
## correctly.
44

5+
## Fails on windows (https://github.com/llvm/llvm-project/issues/60013).
6+
# UNSUPPORTED: system-windows
7+
58
## Check the case where we only have entry counts.
69

710
# RUN: yaml2obj --docnum=1 %s -o %t1

0 commit comments

Comments
 (0)