Add TLS support to m68k backend in LLVM
This change introduces support for Thread-Local Storage (TLS) in the m68k backend of LLVM. TLS is implemented using the pseudo instruction TLS_(GD|LD|IE|LE), which is later expanded into the corresponding instruction in AsmPrinter.
Yeah, indeed, this should be done in ISelLowering, not in AsmPrinter