[clang] [clang] changes where a test writes its output (PR #73560)

2023-11-27 Thread Fangrui Song via cfe-commits
MaskRay wrote: b9b627fbc3bc64cd3e7e009917df35d2971827d9 already fixed the issue https://github.com/llvm/llvm-project/pull/73560 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] changes where a test writes its output (PR #73560)

2023-11-27 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Christopher Di Bella (cjdb) Changes Writing directly to /dev/null has permission issues on some systems, so we've changed this to a temporary file instead. --- Full diff: https://github.com/llvm/llvm-project/pull/73560.diff 1 Files Affe

[clang] [clang] changes where a test writes its output (PR #73560)

2023-11-27 Thread Christopher Di Bella via cfe-commits
https://github.com/cjdb created https://github.com/llvm/llvm-project/pull/73560 Writing directly to /dev/null has permission issues on some systems, so we've changed this to a temporary file instead. >From 786d368b9d4d315254df1b8631adead6f8c8e379 Mon Sep 17 00:00:00 2001 From: Christopher Di Be

[clang] [clang] changes where a test writes its output (PR #73560)

2023-11-27 Thread Christopher Di Bella via cfe-commits
https://github.com/cjdb closed https://github.com/llvm/llvm-project/pull/73560 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits