[Lldb-commits] [PATCH] D100299: Be lazier about loading .dwo files

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 31 01:53:03 PDT 2021


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



More information about the lldb-commits mailing list