[PATCH] D79005: [LLD][COFF] Move debug info for thread-local variables into PDB global stream

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 15:40:05 PDT 2020


rnk added inline comments.


================
Comment at: lld/test/COFF/Inputs/pdb-globals.yaml:30
 #
+# // S_GTHREAD32
+# thread_local int ThreadLocalVar = 254;
----------------
Do you mind checking what `S_LTHREAD32` does? You probably just have to make a static thread local var.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79005





More information about the llvm-commits mailing list