Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.

llvm-svn: 116128
This commit is contained in:
Greg Clayton 2010-10-09 00:16:01 +00:00
parent 701edc1546
commit f9f78e3aae
1 changed files with 1 additions and 0 deletions

View File

@ -1403,6 +1403,7 @@ ObjectFileMachO::GetDependentModules (FileSpecList& files)
case LoadCommandDylibReexport:
case LoadCommandDynamicLinkerLoad:
case LoadCommandFixedVMShlibLoad:
case LoadCommandDylibLoadUpward;
{
uint32_t name_offset = cmd_offset + m_data.GetU32(&offset);
const char *path = m_data.PeekCStr(name_offset);