[lld] [ELF] Add context-aware diagnostic functions (PR #112319)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 10:14:19 PDT 2024
================
@@ -152,6 +152,21 @@ void message(const Twine &msg, llvm::raw_ostream &s = outs());
void warn(const Twine &msg);
uint64_t errorCount();
----------------
MaskRay wrote:
For ELF, the intention is yes. Perhaps this "deprecation" notice can be added once another port decides to follow ELF?
https://github.com/llvm/llvm-project/pull/112319
More information about the llvm-commits
mailing list