diff options
author | Nick Kledzik <kledzik@apple.com> | 2014-08-13 23:11:42 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2014-08-13 23:11:42 +0000 |
commit | b47683223fb52e39ff59019c385f7a59a668a01c (patch) | |
tree | d4cfad692a4675829c9a84008aadda9c64fabcab /llvm/lib/Target/AArch64/AArch64FastISel.cpp | |
parent | 98347d902e584792df8438f5f3b8cde190dd8d2b (diff) | |
download | bcm5719-llvm-b47683223fb52e39ff59019c385f7a59a668a01c.tar.gz bcm5719-llvm-b47683223fb52e39ff59019c385f7a59a668a01c.zip |
[mach-o] set ordinal in n_desc for undefined symbols
Mach-o uses "two-level namespace" where each undefined symbols is associated
with a specific dylib. This means at runtime the loader (dyld) does need to
search all loaded dylibs for that symbol but rather just the one specified.
Now that llvm-nm -m prints out that info, properly set that info, and test
it in the hello world test cases.
llvm-svn: 215598
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64FastISel.cpp')
0 files changed, 0 insertions, 0 deletions