[clang] [llvm] [LLVM][Clang][Cygwin] Fix Cygwin builds (PR #134458)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 16:03:49 PDT 2025
Mateusz =?utf-8?q?Mikuła?= <oss at mateuszmikula.dev>,
Mateusz =?utf-8?q?Mikuła?= <oss at mateuszmikula.dev>,
Mateusz =?utf-8?q?Mikuła?= <oss at mateuszmikula.dev>,
Mateusz =?utf-8?q?Mikuła?= <oss at mateuszmikula.dev>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/134458 at github.com>
https://github.com/efriedma-quic commented:
Please split this into multiple pull requests; some of these probably need different reviewers, and GitHub doesn't provide any interface for reviewing multiple commits on separately.
We want regression tests for the changes for cygwin targets. (We should already have mingw regression tests for most of this stuff; you should be able to just add a RUN line with a cygwin triple.)
Suggested split for PRs:
- Changes required to build LLVM/clang on a cygwin host using gcc.
- Clang driver changes.
- The TLSSupported change.
- The C++ ABI changes.
https://github.com/llvm/llvm-project/pull/134458
More information about the llvm-commits
mailing list