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 b564036 commit efb8cc5Copy full SHA for efb8cc5
llvm/test/Other/ChangePrinters/DotCfg/print-changed-dot-cfg.mir
@@ -1,7 +1,7 @@
1
# REQUIRES: x86-registered-target
2
# Simple functionality check.
3
# 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
+# RUN: llc -mtriple=x86_64-pc-linux-gnu -filetype=null -print-changed=dot-cfg -passes=no-op-machine-function -dot-cfg-dir=%t %s
5
# RUN: ls %t/*.pdf %t/passes.html | count 3
6
7
---
0 commit comments