[lld] [ELF] Add context-aware diagnostic functions (PR #112319)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 16:35:46 PDT 2024


================
@@ -547,6 +547,8 @@ struct Ctx {
   LinkerScript *script;
   std::unique_ptr<TargetInfo> target;
 
+  ErrorHandler *e;
----------------
aganea wrote:

+1

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


More information about the llvm-commits mailing list