[all-commits] [llvm/llvm-project] 3704ab: [ELF] --gdb-index: replace vector<uint8_t> with un...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 25 23:53:39 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3704abaa166bec865f56f48337a1732eab77dc68
https://github.com/llvm/llvm-project/commit/3704abaa166bec865f56f48337a1732eab77dc68
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M lld/ELF/SyntheticSections.cpp
Log Message:
-----------
[ELF] --gdb-index: replace vector<uint8_t> with unique_ptr<uint8_t[]>. NFC
More information about the All-commits
mailing list