From d55fc3f151f3167da4aa467cf2ff4038f82e3664 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 18 Mar 2014 22:09:05 +0000 Subject: Darwin: Add assembler directives to create version-min load commands. Allow object files to be tagged with a version-min load command for iOS or MacOSX. Teach macho-dump to understand the version-min load commands for testcases. rdar://11337778 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204190 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Object/MachO.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/llvm/Object') diff --git a/include/llvm/Object/MachO.h b/include/llvm/Object/MachO.h index 50296aed9b..34edec3ebf 100644 --- a/include/llvm/Object/MachO.h +++ b/include/llvm/Object/MachO.h @@ -178,6 +178,8 @@ public: getSegment64LoadCommand(const LoadCommandInfo &L) const; MachO::linker_options_command getLinkerOptionsLoadCommand(const LoadCommandInfo &L) const; + MachO::version_min_command + getVersionMinLoadCommand(const LoadCommandInfo &L) const; MachO::any_relocation_info getRelocation(DataRefImpl Rel) const; MachO::data_in_code_entry getDice(DataRefImpl Rel) const; -- cgit v1.2.3