Displaying 1 result from an estimated 1 matches for "11c9195c".
Did you mean:
119195
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
Hi,
I've been following the changes in LLD's software architecture.
Recently a new file was added: Alias.h
In this file, the curret Atom set is extended with an AliasAtom.
While the change seems innocent enough, it has some nasty
potential. Simple.h and Alias.h are placed in the ReaderWriter
component. This is the 2nd component in the layering:
Driver
ReaderWriter
Passes
Core
The problem