OSDN Git Service

[dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 Dec 2017 14:05:49 +0000 (14:05 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 28 Dec 2017 14:05:49 +0000 (14:05 +0000)
commitb8b7cba43e86187ed8f4e2866fa186e90db76153
tree20424676460a8df00939b0874c345a47e8ce380f
parentfc240a136aa7138e2876330db933446e675c0851
[dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent.

This patch replaces a block of logic that was implemented using
CoreFoundations calls with functionally equivalent logic that makes use
of LLVM libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@321522 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/CFBundle.cpp