dstenb wrote: Hi, @kadircet!
This commit broke one of our downstream tests where we mount the repository as read-only, as the `static-compound-literals-crash.cpp` test attempts to write the output to the test source directory: ``` (frontend): unable to open output file '/path/to/repo/clang/test/AST/static-compound-literals-crash.ll': 'Read-only file system' ``` It looks like the `RUN` line is missing `-o` or a redirection: ``` RUN: not --crash %clang_cc1 -verify -std=c++20 -emit-llvm %s ``` https://github.com/llvm/llvm-project/pull/137163 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits