- Moves lldMain() and lldSafeMain() into a seperate file under lldCommon
- Adjusts SerializeToHsaco to call lldSafeMain()
- Adjusts SerializeToHsaco to link in all LLD drivers, since there isn't
an obvious way around that requirement
Depends on D119188
This is a different and somewhat more hacky version of D119049