[all-commits] [llvm/llvm-project] 19a6ac: [ELF] EhFrame: replace failOn with errOn
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jan 25 15:18:45 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19a6ac18ef3e92017db49668ee365e694157f317
https://github.com/llvm/llvm-project/commit/19a6ac18ef3e92017db49668ee365e694157f317
Author: Fangrui Song <i at maskray.me>
Date: 2025-01-25 (Sat, 25 Jan 2025)
Changed paths:
M lld/ELF/EhFrame.cpp
M lld/test/ELF/invalid-eh-frame2.s
M lld/test/ELF/invalid-eh-frame4.s
M lld/test/ELF/invalid-eh-frame6.s
Log Message:
-----------
[ELF] EhFrame: replace failOn with errOn
These diagnostics are mostly reported by a thread during writeSections.
In LLD_IN_TEST=2 mode, when a thread calls Fatal, there will be no
output even if the process exits with code 1.
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