[Lldb-commits] [PATCH] D157063: [CodeGen] Make the MachineFunctionSplitter pass testable via MIR

2023-08-28 Thread Daniel Hoekwater via Phabricator via lldb-commits
dhoekwater updated this revision to Diff 554091. dhoekwater added a comment. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Try to replace with main to get this to work Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157063/new

[Lldb-commits] [PATCH] D157063: [CodeGen] Make the MachineFunctionSplitter pass testable via MIR

2023-08-28 Thread Daniel Hoekwater via Phabricator via lldb-commits
dhoekwater updated this revision to Diff 554092. dhoekwater added a comment. Herald added a subscriber: JDevlieghere. Try to replace with a different branch to get this to work Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157063/new/ https://revie

[Lldb-commits] [PATCH] D157063: [CodeGen] Make the MachineFunctionSplitter pass testable via MIR

2023-08-28 Thread Daniel Hoekwater via Phabricator via lldb-commits
dhoekwater updated this revision to Diff 554093. dhoekwater added a comment. Try to replace with yet another Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157063/new/ https://reviews.llvm.org/D157063 Files: llvm/lib/Target/AArch64/AArch64InstrIn

[Lldb-commits] [PATCH] D148384: [Demangle] replace use of llvm::StringView w/ std::string_view

2023-04-14 Thread Daniel Hoekwater via Phabricator via lldb-commits
dhoekwater added a comment. It looks like this breaks the build: https://lab.llvm.org/buildbot#builders/119/builds/12865 https://lab.llvm.org/buildbot#builders/123/builds/18388 https://lab.llvm.org/buildbot#builders/60/builds/11628 I'm pretty new with LLVM so I'll leave reverting the change to