Including string literals.
We need to pass allocate_registers() a context reference, so it can know what platform does what and stuff. I wanted to keep everything very separate and abstract, but, er, who is going to be using LCC’s register allocation engine without also using LCC? There’s currently some hacky stuff in there that just assumes certain architectures/system ABIs are happening without checking first.
gdb error/warning
Section .debug_aranges in /home/lens_r/Programming/play/LensorCompilerCollection/test has duplicate debug_info_offset 0x0, ignoring .debug_aranges.
It’d be nice if we didn’t bork debug information in the process of linking…