[all-commits] [llvm/llvm-project] abc405: [XCOFF] make related SD symbols as isFunction (#69...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Sat Nov 25 19:59:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abc405858d6d6212d1eb40298865771e8a3b759a
https://github.com/llvm/llvm-project/commit/abc405858d6d6212d1eb40298865771e8a3b759a
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
M llvm/include/llvm/Object/XCOFFObjectFile.h
M llvm/lib/Object/XCOFFObjectFile.cpp
M llvm/test/CodeGen/PowerPC/aix-text.ll
M llvm/test/CodeGen/PowerPC/aix-xcoff-funcsect.ll
A llvm/test/tools/llvm-objdump/XCOFF/aux-entry-invalid-type.test
M llvm/test/tools/llvm-symbolizer/xcoff-sd-symbol.ll
Log Message:
-----------
[XCOFF] make related SD symbols as isFunction (#69553)
This will help tools like llvm-symbolizer recognizes more functions.
More information about the All-commits
mailing list