search for: machonormalizedfile

Displaying 1 result from an estimated 1 matches for "machonormalizedfile".

2014 Jul 01
7
[LLVMdev] [lld] [mach-o]: RFC: representing LC_REEXPORT_DYLIB
...existing cases: we don't know the needed files before parsing the top-level one, and need to open multiple files. Essentially, we'd need to create new MachOFileNodes based on the contents of the parent. It seems there are two obvious ways to do this: 1. Create them while we still have the MachONormalizedFile around; I think this would mean extending the InputGraph::parse interface to allow new InputNodes to be passed back. 2. Add an atom type to represent the dependency and create the actual nodes when we get back to MachOFileNode::parse. I'm still very new to lld, so which of these fits in better...