================
@@ -327,7 +327,8 @@ class Function final {
public:
/// Dumps the disassembled bytecode to \c llvm::errs().
- void dump(CodePtr PC = {}) const;
+ void dump() const { dump({}); }
----------------
shafik wrote:
Maybe worth a comment that this is a work around for reliable usage in LLDB?
https://github.com/llvm/llvm-project/pull/186819
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits