[all-commits] [llvm/llvm-project] f68a51: Allow this test to pass when the source is on a re...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Wed Apr 2 16:50:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f68a5185d0959929bd0b0249a8128d0720315dab
https://github.com/llvm/llvm-project/commit/f68a5185d0959929bd0b0249a8128d0720315dab
Author: Sterling-Augustine <56981066+Sterling-Augustine at users.noreply.github.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.global.load.lds.err.ll
Log Message:
-----------
Allow this test to pass when the source is on a read-only filesystem (#134179)
llc attempts to create an empty file in the current directory, but it
can't do that on a read-only file system. Send that empty-output to
stdout, which prevents this failure.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list