[Lldb-commits] [PATCH] D137873: [LLDB][Minidump] Set abi environment for windows.

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 15 11:12:17 PST 2022


zequanwu abandoned this revision.
zequanwu added a comment.

In D137873#3926821 <https://reviews.llvm.org/D137873#3926821>, @labath wrote:

> This dual environment thing is tricky.. MSVC is probably a better default, but it would still mean that the same bugs will appear if the situation is reversed (we assume MSVC environ, but the binary actually uses GNU). Have you looked at how this interacts with https://reviews.llvm.org/D127048 (and the setting introduced there) and whether you can achieve the same effect by changing that setting?

Thanks, I didn't realize the existence of this setting.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137873/new/

https://reviews.llvm.org/D137873



More information about the lldb-commits mailing list