Skip to content

Commit efb8cc5

Browse files
authored
[NewPM] Fix print-changed-dot-cfg failure (#88351)
Fix failure in #80946.
1 parent b564036 commit efb8cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# REQUIRES: x86-registered-target
22
# Simple functionality check.
33
# RUN: rm -rf %t && mkdir -p %t
4-
# RUN: llc -filetype=null -print-changed=dot-cfg -passes=no-op-machine-function -dot-cfg-dir=%t %s
4+
# RUN: llc -mtriple=x86_64-pc-linux-gnu -filetype=null -print-changed=dot-cfg -passes=no-op-machine-function -dot-cfg-dir=%t %s
55
# RUN: ls %t/*.pdf %t/passes.html | count 3
66

77
---

0 commit comments

Comments
 (0)