[PATCH] D109736: [ORC] Remove unneeded __orc_rt_elfnix_tls_get_addr assembly file

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 23:18:09 PDT 2021


lhames added a comment.

Hi MaskRay -- The assembly files are placeholders until we have a chance to implement the scheme in https://llvm.org/PR51820. I'd prefer to keep them around for now as scaffolding: they serve as proof-of-concept assembly source components of the ORC runtime (exercising the build system), and a convenient jumping-off point for anyone who might get to https://llvm.org/PR51820 before I do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109736



More information about the llvm-commits mailing list