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

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 09:06:10 PDT 2020


amccarth added a comment.

This seems to make sense.

I see you changed the test from a 32-bit one to a 64-bit one, which seems to be the bulk of this patch.  Is bitness relevant to the problem being solved?  Do we know thread-local variables are in the globals stream regardless of bitness?


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