[all-commits] [llvm/llvm-project] 07bd46: [ELF] --build-id: replace vector<uint8_t> with uni...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Jan 25 22:39:58 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07bd46764335357da2eacc1b9f022a63f7273140
https://github.com/llvm/llvm-project/commit/07bd46764335357da2eacc1b9f022a63f7273140
Author: Fangrui Song <i at maskray.me>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M lld/ELF/Writer.cpp
Log Message:
-----------
[ELF] --build-id: replace vector<uint8_t> with unique_ptr<uint8_t[]>. NFC
We can't use C++20 make_unique_for_overwrite yet.
More information about the All-commits
mailing list