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 45d5e7b commit 196c2ecCopy full SHA for 196c2ec
llvm/test/CodeGen/X86/basic-block-sections-list.ll
@@ -5,9 +5,9 @@
5
; RUN: echo 'v1' > %t
6
; RUN: echo 'f _Z3foob' >> %t
7
;;
8
-; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t > %bbsections
9
-; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections > %orig
10
-; RUN: diff -u %orig %bbsections
+; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t > %t.bbsections
+; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections > %t.orig
+; RUN: diff -u %t.orig %t.bbsections
11
12
define i32 @_Z3foob(i1 zeroext %0) nounwind {
13
%2 = alloca i32, align 4
0 commit comments