[all-commits] [llvm/llvm-project] acdba0: [ELF] Change duplicate symbol errors to use errorO...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Mar 27 14:09:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acdba090f2724335cf6cf6ecbfb68f67f0cd2def
https://github.com/llvm/llvm-project/commit/acdba090f2724335cf6cf6ecbfb68f67f0cd2def
Author: Fangrui Song <i at maskray.me>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M lld/ELF/Symbols.cpp
M lld/test/ELF/allow-multiple-definition.s
Log Message:
-----------
[ELF] Change duplicate symbol errors to use errorOrWarn
so that --noinhibit-exec downgrades the error to a warning, which
matches GNU ld. Most recoverable errors should use errorOrWarn.
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