mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-14 09:26:07 +00:00

An Obj-C array type _NSCallStackArray is used in NSException backtraces. This patch adds a synthetic frontend for _NSCallStackArray, which now correctly returns frame PCs. Differential Revision: https://reviews.llvm.org/D44081 llvm-svn: 346708