[all-commits] [llvm/llvm-project] f92c17: Make llvm-tli-checker support static libraries
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Thu Sep 8 11:10:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f92c1726deb729d96b9e527e2f4f329f1da09fdf
https://github.com/llvm/llvm-project/commit/f92c1726deb729d96b9e527e2f4f329f1da09fdf
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
M llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp
Log Message:
-----------
Make llvm-tli-checker support static libraries
The original implementation assumed dynamic libraries and so looked
only at the dynamic symbol table. Use the regular symbol table for
ET_REL files.
Differential Revision: https://reviews.llvm.org/D133448
More information about the All-commits
mailing list