From c8d3ab8d209fbc7ad660c715449376ebc2492f36 Mon Sep 17 00:00:00 2001 From: Sterling Augustine Date: Wed, 12 Nov 2025 15:52:41 -0800 Subject: [PATCH] Allow this test to run on read-only file systems. --- llvm/test/CodeGen/X86/basic-block-sections-list.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/X86/basic-block-sections-list.ll b/llvm/test/CodeGen/X86/basic-block-sections-list.ll index d652a540f3e9c..d17182131168c 100644 --- a/llvm/test/CodeGen/X86/basic-block-sections-list.ll +++ b/llvm/test/CodeGen/X86/basic-block-sections-list.ll @@ -5,9 +5,9 @@ ; RUN: echo 'v1' > %t ; RUN: echo 'f _Z3foob' >> %t ;; -; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -basic-block-sections=%t > %bbsections -; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections > %orig -; 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 define i32 @_Z3foob(i1 zeroext %0) nounwind { %2 = alloca i32, align 4