[all-commits] [llvm/llvm-project] b3af96: [llvm-nm] Display defined weak STT_GNU_IFUNC symbo...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Jan 28 09:46:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3af96d07b8bcdbc716b04629a1ad1d3d5f6ee5f
https://github.com/llvm/llvm-project/commit/b3af96d07b8bcdbc716b04629a1ad1d3d5f6ee5f
Author: Fangrui Song <i at maskray.me>
Date: 2021-01-28 (Thu, 28 Jan 2021)
Changed paths:
M llvm/test/tools/llvm-nm/ifunc.test
M llvm/tools/llvm-nm/llvm-nm.cpp
Log Message:
-----------
[llvm-nm] Display defined weak STT_GNU_IFUNC symbols as 'i'
This patch makes the behavior match GNU nm.
Note: undefined STT_GNU_IFUNC symbols use 'U'.
Differential Revision: https://reviews.llvm.org/D95461
More information about the All-commits
mailing list