[Lldb-commits] [clang] [clang-tools-extra] [lldb] [llvm] [MC][AsmParser]: Don't use SourceMgr::AddIncludeFile when opening .incbin files (PR #194254)

Alexis Engelke via lldb-commits lldb-commits at lists.llvm.org
Sat May 2 06:18:55 PDT 2026


================
@@ -246,6 +261,28 @@ RealFile::getBuffer(const Twine &Name, int64_t FileSize,
                                    IsVolatile);
 }
 
+ErrorOr<std::unique_ptr<MemoryBuffer>>
+RealFile::getSliceBuffer(const Twine &Name, int64_t Offset, int64_t Count,
----------------
aengelke wrote:

I don't like signed integers here, is there a precedent?

https://github.com/llvm/llvm-project/pull/194254


More information about the lldb-commits mailing list