[Object] Add SF_Exported flag. This flag will be set on all symbols that would
authorLang Hames <lhames@gmail.com>
Thu, 15 Jan 2015 22:33:30 +0000 (22:33 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 15 Jan 2015 22:33:30 +0000 (22:33 +0000)
commit07e3f81e931605d2cdc853c583b61e99defae4c6
tree0a8f89addafd5d34dc555c75738983e01709a854
parentdf1b4f601dbd40a4daf803139b43a8d69f631876
[Object] Add SF_Exported flag. This flag will be set on all symbols that would
be exported from a dylib if their containing object file were linked into one.

No test case: No command line tools query this flag, and there are no Object
unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226217 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/SymbolicFile.h
lib/Object/MachOObjectFile.cpp