[all-commits] [llvm/llvm-project] 67a212: [ELF] Make subsequent opens to auxiliary files append
Alex Brachet via All-commits
all-commits at lists.llvm.org
Tue Jul 11 04:09:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67a212af4c24426de6e436e9b82590d41faa665c
https://github.com/llvm/llvm-project/commit/67a212af4c24426de6e436e9b82590d41faa665c
Author: Alex Brachet <abrachet at google.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M lld/ELF/Config.h
M lld/ELF/Driver.cpp
M lld/ELF/MapFile.cpp
A lld/test/ELF/diagnostic-options.test
Log Message:
-----------
[ELF] Make subsequent opens to auxiliary files append
Previously, the same file could be used across diagnostic options but
the file would be silently overwritten by the whichever option gets
handled last.
Differential Revision: https://reviews.llvm.org/D153873
More information about the All-commits
mailing list