[Openmp-commits] [clang] [clang-tools-extra] [compiler-rt] [flang] [lld] [lldb] [llvm] [mlir] [openmp] [pstl] Finally formalise our defacto line-ending policy (PR #86318)

Saleem Abdulrasool via Openmp-commits openmp-commits at lists.llvm.org
Wed Mar 27 17:31:25 PDT 2024


compnerd wrote:

Philosophically, I agree with this change. Enshrining the information about the line endings into the SCM tool makes sense.

I think that the concern that I have is that do we have sufficient testing for supporting line-ending dependent behaviour in the compiler? Additionally, do we have sufficient documentation for others to figure out how to ensure that git does not munge the line endings if they are introducing a test which is dependent on it? In such a case, how do we ensure that they are aware that the SCM will do so without actually checking the post-commit state with a hex editor?

https://github.com/llvm/llvm-project/pull/86318


More information about the Openmp-commits mailing list