[PATCH] D144941: [m68k] Add TLS Support

John Paul Adrian Glaubitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 01:59:09 PDT 2023


glaubitz added a comment.

In D144941#4390275 <https://reviews.llvm.org/D144941#4390275>, @0x59616e wrote:

> The critial C++ part has been well reviewed by jrtc27 and RKSimon. I think the last step would be to verify the correctness of the genenrated m68k assembly. @glaubitz @myhsu could you help on this ? If the generated assembly is ok then I think we can give it a go. @glaubitz I have assigned you as a reviewer so you can decide it on you own.

The patch set allowed me to compile C++ that was making use of TLS and fixed a bug that I originally ran into. So I think it's good to land.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144941/new/

https://reviews.llvm.org/D144941



More information about the llvm-commits mailing list