[all-commits] [llvm/llvm-project] 7ec8b0: [LLD] Enable --no-undefined-version by default.
Dan Albert via All-commits
all-commits at lists.llvm.org
Wed Oct 12 12:29:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ec8b0d162e354c703f5390784287054601f9c69
https://github.com/llvm/llvm-project/commit/7ec8b0d162e354c703f5390784287054601f9c69
Author: Dan Albert <danalbert at google.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/docs/ReleaseNotes.rst
M lld/docs/ld.lld.1
M lld/test/ELF/verdef-defaultver.s
M lld/test/ELF/verdef-dependency.s
M lld/test/ELF/verneed.s
M lld/test/ELF/version-script-extern-undefined.s
M lld/test/ELF/version-script-local-preemptible.s
M lld/test/ELF/version-script-noundef.s
M lld/test/ELF/version-script-reassign.s
Log Message:
-----------
[LLD] Enable --no-undefined-version by default.
Allowing incorrect version scripts is not a helpful default. Flip that
to help users find their bugs at build time rather than at run time.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D135402
More information about the All-commits
mailing list