[all-commits] [llvm/llvm-project] 335ac4: Improve readability of "undefined reference" messa...
DeanSturtevant1 via All-commits
all-commits at lists.llvm.org
Tue Feb 27 10:01:38 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 335ac4108dda907e152ac22e03b53c30860157a8
https://github.com/llvm/llvm-project/commit/335ac4108dda907e152ac22e03b53c30860157a8
Author: DeanSturtevant1 <dsturtevant at google.com>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M lld/ELF/Writer.cpp
M lld/test/ELF/allow-shlib-undefined.s
M lld/test/ELF/unresolved-symbols.s
M lld/test/ELF/wrap-shlib-undefined.s
Log Message:
-----------
Improve readability of "undefined reference" message (#82671)
The current message implies a command line flag caused an undefined
reference. This of course is wrong and causes confusion. The message now
more accurately reflects the true state of affairs.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list