[all-commits] [llvm/llvm-project] 7db789: [ELF] Replace a few Fatal with Err
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Jan 25 16:01:36 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7db789b5702714ffb6c96ad53c3136ca0a4300b2
https://github.com/llvm/llvm-project/commit/7db789b5702714ffb6c96ad53c3136ca0a4300b2
Author: Fangrui Song <i at maskray.me>
Date: 2025-01-25 (Sat, 25 Jan 2025)
Changed paths:
M lld/ELF/InputSection.cpp
M lld/test/ELF/compressed-input-err.s
M lld/test/ELF/invalid/section-alignment.test
M lld/test/ELF/invalid/section-alignment2.s
Log Message:
-----------
[ELF] Replace a few Fatal with Err
In LLD_IN_TEST=2 mode, when a thread calls Fatal, there will be no
output even if the process exits with code 1. Change a few Fatal to
recoverable Err.
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