[all-commits] [llvm/llvm-project] 53187f: ELFObjectWriter: Simplify
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Feb 13 14:52:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53187f1eeccb22ab6ef3f5ba5acfbe0ebeed1dbd
https://github.com/llvm/llvm-project/commit/53187f1eeccb22ab6ef3f5ba5acfbe0ebeed1dbd
Author: Fangrui Song <i at maskray.me>
Date: 2021-02-13 (Sat, 13 Feb 2021)
Changed paths:
M llvm/lib/MC/ELFObjectWriter.cpp
Log Message:
-----------
ELFObjectWriter: Simplify
* Delete unused ELFSymbolData::operator<
* Inline createStringTable
* Fix a comment
* Change align to return uint64_t
More information about the All-commits
mailing list