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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 12:21:14 PDT 2020


aganea added a comment.

In D79005#2010249 <https://reviews.llvm.org/D79005#2010249>, @amccarth wrote:

> Is bitness relevant to the problem being solved?  Do we know thread-local variables are in the globals stream regardless of bitness?


In this case, the globals stream is the same for 32-bit and 64-bit builds (except maybe for file offsets).


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