Ignore MachO symbol flags in the upper nibble of n_desc.
authorJim Grosbach <grosbach@apple.com>
Tue, 1 Nov 2011 18:10:23 +0000 (18:10 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 1 Nov 2011 18:10:23 +0000 (18:10 +0000)
commitfadfd7b9776c723357894af00442a35d0a4d0acf
treecb98f4a9771c5cc13a1aa730ab9c3501496ac663
parent8f4a17214c75e8ce3f2f88a2e3cd3300faba5fc6
Ignore MachO symbol flags in the upper nibble of n_desc.

They don't impact the MCJIT rtdyld, so just mask them off for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143472 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp