]> granicus.if.org Git - llvm/commit
Object: Handle Mach-O kext bundle files
authorJustin Bogner <mail@justinbogner.com>
Wed, 25 Feb 2015 22:59:20 +0000 (22:59 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 25 Feb 2015 22:59:20 +0000 (22:59 +0000)
commita4beb9e37257a6e53d5d5b3ea5fd05d9d48845d3
tree217817638ccba53200dbec6366458d02f5fdf015
parent4a3b80e1f95022c684cc18ee27f8905a8dd6e07d
Object: Handle Mach-O kext bundle files

This particular subtype of Mach-O was missing. Add it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230567 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileSystem.h
lib/Object/Binary.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolicFile.cpp
lib/Support/Path.cpp
unittests/Support/Path.cpp