jankratochvil added a comment. In D100299#2917768 <https://reviews.llvm.org/D100299#2917768>, @stella.stamenova wrote:
> This also fails on the Windows lldb bot: Sorry I did not check (probably it sends messages to Author and not Commiter). Added there: // -gsplit-dwarf is supported only on Linux. // REQUIRES: system-linux I did not know `-gsplit-dwarf` is implemented only in clang/lib/Driver/ToolChains/Gnu.cpp <https://github.com/llvm/llvm-project/blob/fb09f365ae28920666ddfd466fb09b44b9cb7be1/clang/lib/Driver/ToolChains/Gnu.cpp#L959>. It is implemented also in clang/lib/Driver/ToolChains/MinGW.cpp <https://github.com/llvm/llvm-project/blob/fb09f365ae28920666ddfd466fb09b44b9cb7be1/clang/lib/Driver/ToolChains/MinGW.cpp#L56> but I could not get it working there (`-target i686-w64-mingw32`). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100299/new/ https://reviews.llvm.org/D100299 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits