[all-commits] [llvm/llvm-project] 51b9e0: [ELF] Reword --no-allow-shlib-undefined diagnostic
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 15 01:30:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51b9e099d50d95fbda5d067f5b3d0984f5afff44
https://github.com/llvm/llvm-project/commit/51b9e099d50d95fbda5d067f5b3d0984f5afff44
Author: Fangrui Song <i at maskray.me>
Date: 2022-07-15 (Fri, 15 Jul 2022)
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:
-----------
[ELF] Reword --no-allow-shlib-undefined diagnostic
Use a format more similar to unresolved references from regular object
files. It's probably easier to read for people who are less familiar
with the linker diagnostics.
Reviewed By: ikudrin
Differential Revision: https://reviews.llvm.org/D129790
More information about the All-commits
mailing list