[PATCH] D111358: TargetLibraryInfo checker tool

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 7 14:49:30 PDT 2021


probinson created this revision.
probinson added reviewers: asb, rengolin.
Herald added subscribers: arphaman, mgorny.
probinson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

A new tool that compares TargetLibraryInfo's opinion of the availability of library function calls against the functions actually exported by a specified set of libraries.  Can be helpful in verifying the correctness of TLI for a given target, and avoid mishaps such as had to be addressed in D107509 <https://reviews.llvm.org/D107509> and https://github.com/llvm/llvm-project/commit/94b4598d77fe0585a8a3bd2a798fc7ce15a6aa56


https://reviews.llvm.org/D111358

Files:
  llvm/docs/CommandGuide/index.rst
  llvm/docs/CommandGuide/llvm-tli-checker.rst
  llvm/test/tools/llvm-tli-checker/ps4-tli-check.s
  llvm/tools/llvm-tli-checker/CMakeLists.txt
  llvm/tools/llvm-tli-checker/Opts.td
  llvm/tools/llvm-tli-checker/llvm-tli-checker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111358.378012.patch
Type: text/x-patch
Size: 21332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211007/86f7f64a/attachment.bin>


More information about the llvm-commits mailing list