[all-commits] [llvm/llvm-project] 78cb1a: [Object] Move llvm-nm's symbol version utility to ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Aug 17 09:06:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78cb1adc5c17850e1a1b33f78f5657ca38493c8d
https://github.com/llvm/llvm-project/commit/78cb1adc5c17850e1a1b33f78f5657ca38493c8d
Author: Fangrui Song <i at maskray.me>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M llvm/include/llvm/Object/ELFObjectFile.h
M llvm/lib/Object/ELFObjectFile.cpp
M llvm/tools/llvm-nm/llvm-nm.cpp
Log Message:
-----------
[Object] Move llvm-nm's symbol version utility to ELFObjectFile::readDynsymVersions
The utility can be reused by llvm-objdump -T.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D108096
More information about the All-commits
mailing list