On Mon, 21 Apr 2025 23:17:32 -0700 (PDT)
Jeremy Drake wrote:
> Nice! Please note that there are updated patches in MSYS2-packages/llvm
> which replace some of the 'hack' patches with more proper methods (which I
> opened PRs upstream for, but I've not gotten any replies to them yet).
> Also, there
Nice! Please note that there are updated patches in MSYS2-packages/llvm
which replace some of the 'hack' patches with more proper methods (which I
opened PRs upstream for, but I've not gotten any replies to them yet).
Also, there is an issue currently outstanding, for which I opened an
upstream PR
--
Takashi Yano
0301-5.0.1-cygming-dllexport.patch
Description: Binary data
0302-20.1.2-cygwin-config.patch
Description: Binary data
0303-20.1.2-cygwin-nodefaultlibs.patch
Description: Binary data
0304-cygwin-var-type.patch
Description: Binary data
0305-cygwin-def.patch
Description: B
--
Takashi Yano
0401-5.0.1-cygwin-nodefaultlibs.patch
Description: Binary data
0402-20.1.2-cygwin-atexit.patch
Description: Binary data
0403-20.1.2-cygming-dllexport.patch
Description: Binary data
libcxxabi.cygport
Description: Binary data
--
Takashi Yano
20.1.2-cygwin-nodefaultlibs.patch
Description: Binary data
20.1.2-cygwin-registers.patch
Description: Binary data
20.1.2-cygwin-seh.patch
Description: Binary data
20.1.2-dllexport.patch
Description: Binary data
20.1.2-enable-asm.patch
Description: Binary data
libunwi
--
Takashi Yano
8.0.1-cygwin-nodefaultlibs.patch
Description: Binary data
20.1.2-cygwin-defaults.patch
Description: Binary data
20.1.2-cygwin-profile.patch
Description: Binary data
20.1.2-cygwin-pthread_key_t.patch
Description: Binary data
compiler-rt.cygport
Description: Binary data
NOTE: emacs-clang-format vim-clang-format could not be built.
--
Takashi Yano
0101-hack-dynamically-resolve-G-include-dir.patch
Description: Binary data
0102-Clang-Cygwin-Enable-few-conditions-that-are-shared-w.patch
Description: Binary data
0103-Clang-Cygwin-Enable-TLS.patch
Description:
Previously, Xu Chiheng offered ITA for llvm, however, we haven't
heard from him in over a year.
Recently, I could successfully build llvm/clang related packages
version 20.1.2 thanks to MSYS2 guys.
Therefore, I would like to adopt these packages.
NOTE: ocaml-llvm could not be built because ocaml
On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote:
Greetings!
posix_spawn is returning non-zero without setting errno:
massert(!posix_spawnp(&pid, *p1, &file_actions, &attr, (void *)p1,
environ));
Is this intended to be supported? Is it known to be working or not
working elsewhere