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 b027ce0 commit 6cfb411Copy full SHA for 6cfb411
llvm/test/Other/cfg-multiline-header.ll
@@ -1,5 +1,7 @@
1
-; RUN: opt < %s -passes=dot-cfg -cfg-dot-filename-prefix=cfg 2>/dev/null > /dev/null
2
-; RUN: FileCheck %s -input-file=cfg.foo.dot --check-prefix=CHECK
+; RUN: rm -rf %t
+; RUN: mkdir -p %t
3
+; RUN: opt < %s -passes=dot-cfg -cfg-dot-filename-prefix=%t/cfg 2>/dev/null > /dev/null
4
+; RUN: FileCheck %s -input-file=%t/cfg.foo.dot --check-prefix=CHECK
5
6
define void @foo(ptr %A, ptr %B) {
7
a_very_long_label_that_should_take_over_eight_symbols_and_span_2_lines_in_cfg_dot_graph:
0 commit comments