[all-commits] [llvm/llvm-project] ab00f7: [ELF] InputFile: change symbols to unique_ptr<Symb...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Nov 21 01:02:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab00f78dcc5c7eb4da852d03e20e8a291f06e085
https://github.com/llvm/llvm-project/commit/ab00f78dcc5c7eb4da852d03e20e8a291f06e085
Author: Fangrui Song <i at maskray.me>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M lld/ELF/InputFiles.cpp
M lld/ELF/InputFiles.h
Log Message:
-----------
[ELF] InputFile: change symbols to unique_ptr<Symbol *[]>
We may try a custom allocator in the future.
More information about the All-commits
mailing list