[all-commits] [llvm/llvm-project] d76da6: Add support for the swift5 reflection section acfuncs
Shubham Sandeep Rastogi via All-commits
all-commits at lists.llvm.org
Fri Feb 11 14:05:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d76da6c7e445478b547a75f81eb1ac9ee93d652b
https://github.com/llvm/llvm-project/commit/d76da6c7e445478b547a75f81eb1ac9ee93d652b
Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M llvm/include/llvm/BinaryFormat/Swift.def
M llvm/test/tools/dsymutil/Inputs/reflection_metadata.yaml
M llvm/test/tools/dsymutil/X86/reflection-dump.test
Log Message:
-----------
Add support for the swift5 reflection section acfuncs
With bc013b3e4e862da8d0c2d91cf99dcbebf124e4ac a new section called accessible functions was added to swift/include/swift/ABI/ObjectFile.h so this change adds support for dumping it out into the dSYM bundle
Differential Revision: https://reviews.llvm.org/D119569
More information about the All-commits
mailing list