llvm-project/lld/include
Nick Kledzik 22c9073ada Add MachOLinkingContext parameter to MachOFileNode constructor.
No functionality change.  This removes a down-cast from LinkingContext to
MachOLinkingContext.

Also, remove const from LinkingContext::createImplicitFiles() to remove
the need for another const cast.  Seems reasonable for createImplicitFiles()
to need to modify the context (MachOLinkingContext does).

llvm-svn: 218796
2014-10-01 20:24:30 +00:00
..
lld Add MachOLinkingContext parameter to MachOFileNode constructor. 2014-10-01 20:24:30 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00