summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-14 00:39:22 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-14 00:39:22 +0000
commit836623420dbf5eb3a3facde2841179ded91ab55b (patch)
tree3649cdbec0fd013ebebc9ab9e23f1b9d285ed723 /include
parentd2aaaf3a753e4264e880674ed087d8187f7796a4 (diff)
downloadllvm-836623420dbf5eb3a3facde2841179ded91ab55b.tar.gz
llvm-836623420dbf5eb3a3facde2841179ded91ab55b.tar.bz2
llvm-836623420dbf5eb3a3facde2841179ded91ab55b.tar.xz
ObjectFile: Add support for mach-o-style dSYM companion files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139676 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/PathV1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index 024bb39ced..45165ded61 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -733,6 +733,7 @@ namespace sys {
Mach_O_DynamicLinker_FileType, ///< The Mach-O dynamic linker
Mach_O_Bundle_FileType, ///< Mach-O Bundle file
Mach_O_DynamicallyLinkedSharedLibStub_FileType, ///< Mach-O Shared lib stub
+ Mach_O_DSYMCompanion_FileType, ///< Mach-O dSYM companion file
COFF_FileType ///< COFF object file or lib
};