We can get the TLOF from the TargetMachine - so constructor no longer requires TargetLoweringObjectFile to be passed.
Updated all targets.
Details
Details
- Reviewers
echristo
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, Thanks!
(For the record this should probably take a TargetSubtargetInfo and TLOF rather than just a TargetMachine, but that will require more work to pull and tease these things back apart. If you want to do this I can give you a brief rundown on the work, but it's non-trivial so not a blocker here).
-eric
Comment Actions
Thanks Eric.
I wouldn't mind more refactoring - please let me know what you have in mind.