[PATCH] D154087: Upstream Cygwin Clang patches
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 10:53:02 PDT 2023
efriedma added a comment.
This really needs to be submitted as three separate patches: one for for the clang/lib/Basic changes, one for the X86TargetMachine changes, and one for the clang driver. And the changes need to update the corresponding regression tests (in clang/test/ and llvm/test/) to verify for cygwin-specific behavior. (Let me know if you can't find the relevant regression tests.)
> there are error like below, I don't know how to fix.
Is clang crashing? Usually when clang crashes it prints some indication of that to stderr, but I guess the crash handler might be broken on cygwin. Have you tried attaching a debugger?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154087/new/
https://reviews.llvm.org/D154087
More information about the llvm-commits
mailing list