[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
https://github.com/aengelke commented:
Please don't force push, just add new commits (PRs get squashed when merging).
Let's first just use OpenIncludeFile in the AsmParser, which should be a simple change that fixes the original issue, before implementing slicing as additional optimization (which IMO should be a separate PR -- I've left some comments on that code).
https://github.com/llvm/llvm-project/pull/194254
More information about the lldb-commits
mailing list