[PATCH] D130245: [XCOFF] disable location attribute generation for TLS variable

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 21:14:37 PDT 2022


shchenz marked an inline comment as done.
shchenz added inline comments.


================
Comment at: llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:2477
+  // variables for now.
+  SupportDebugThreadLocalLocation = false;
 }
----------------
Esme wrote:
> nit: prefer to mark this as a TODO?
Thanks for review. Will add the TODO in the commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130245



More information about the llvm-commits mailing list