[PATCH] D40244: [dsymutil] Upstream getBundleInfo implementation

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 06:14:29 PST 2017


JDevlieghere created this revision.
Herald added a subscriber: mgorny.

This patch implements `getBundleInfo`, which uses CoreFoundation to
obtain information about the CFBundle. This information is needed to
populate the Plist in the dSYM bundle.

This change only applies to darwin and is an NFC as far as other
platforms are concerned.


Repository:
  rL LLVM

https://reviews.llvm.org/D40244

Files:
  tools/dsymutil/CFBundle.cpp
  tools/dsymutil/CFBundle.h
  tools/dsymutil/CMakeLists.txt
  tools/dsymutil/dsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40244.123574.patch
Type: text/x-patch
Size: 17327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171120/7535559b/attachment.bin>


More information about the llvm-commits mailing list