[PATCH] D116781: [DebugInfo] Move the SymbolizableObjectFile header to include/llvm.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 7 08:29:52 PST 2022
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h:95
SymbolizableObjectFile(const object::ObjectFile *Obj,
- std::unique_ptr<DIContext> DICtx,
- bool UntagAddresses);
+ std::unique_ptr<DIContext> DICtx, bool UntagAddresses);
};
----------------
Suggest removing the formatting change so it is clear this is just a file move.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116781/new/
https://reviews.llvm.org/D116781
More information about the llvm-commits
mailing list