[Lldb-commits] [PATCH] D126359: [LLDB] Add basic floating point ops to IR interpreter

2022-06-26 Thread Pavel Kosov via Phabricator via lldb-commits
kpdev42 updated this revision to Diff 440109. kpdev42 added a comment. Herald added a subscriber: Michael137. Address review notes Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D126359/new/ https://reviews.llvm.org/D126359 Files:

[Lldb-commits] [lldb] 96d1b4d - [lld] Don't use Optional::hasValue (NFC)

2022-06-26 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2022-06-26T19:29:40-07:00 New Revision: 96d1b4ddb2cc37b900692215f7598ff5970b0baa URL: https://github.com/llvm/llvm-project/commit/96d1b4ddb2cc37b900692215f7598ff5970b0baa DIFF: https://github.com/llvm/llvm-project/commit/96d1b4ddb2cc37b900692215f7598ff5970b0baa.diff

[Lldb-commits] [PATCH] D128617: [lldb] Stop passing both i386 and i686 in parallel as architectures on Windows

2022-06-26 Thread Martin Storsjö via Phabricator via lldb-commits
mstorsjo created this revision. mstorsjo added reviewers: labath, zturner, DavidSpickett. Herald added a project: All. mstorsjo requested review of this revision. Herald added a project: LLDB. When an object file returns multiple architectures, it is treated as a fat binary - which really isn't

[Lldb-commits] [PATCH] D128268: [lldb] Fix reading i686-windows executables with GNU environment

2022-06-26 Thread Martin Storsjö via Phabricator via lldb-commits
mstorsjo added a comment. In D128268#3608197 , @labath wrote: > In D128268#3604555 , @mstorsjo > wrote: > >> I found that this duality was introduced in >> 5e6f45201f0b62c1e7a24fc396f3ea6e10dc880d / D7120 >>