summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2014-10-21 21:14:11 +0000
committerNick Kledzik <kledzik@apple.com>2014-10-21 21:14:11 +0000
commita721db24c08bd64dc3495ce1b20bf8dc182e9656 (patch)
treef6c85edc39573e521a16e66b36c5754bc0d76133 /clang/lib/Serialization
parent8c4fb7cae09a954b9341f57aff24a32eefe44ba3 (diff)
downloadbcm5719-llvm-a721db24c08bd64dc3495ce1b20bf8dc182e9656.tar.gz
bcm5719-llvm-a721db24c08bd64dc3495ce1b20bf8dc182e9656.zip
Subclass InputGraph to get darwin linker library semantics
The darwin linker operates differently than the gnu linker with respect to libraries. The darwin linker first links in all object files from the command line, then to resolve any remaining undefines, it repeatedly iterates over libraries on the command line until either all undefines are resolved or no undefines were resolved in the last pass. When Shankar made the InputGraph model, the plan for darwin was for the darwin driver to place all libraries in a group at the end of the InputGraph. Thus making the darwin model a subset of the gnu model. But it turns out that does not work because the driver cannot tell if a file is an object or library until it has been loaded, which happens later. This solution is to subclass InputGraph for darwin and just iterate the graph the way darwin linker needs. llvm-svn: 220330
Diffstat (limited to 'clang/lib/Serialization')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud