[PATCH] D65028: [WebAssembly] Compute and export TLS block alignment
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 19 17:42:48 PDT 2019
sbc100 added inline comments.
================
Comment at: lld/trunk/wasm/Symbols.h:438
+ // __tls_size
+ // Symbol whose value is the alignment of the TLS block.
----------------
__tls_align
================
Comment at: lld/trunk/wasm/Symbols.h:439
+ // __tls_size
+ // Symbol whose value is the alignment of the TLS block.
+ static GlobalSymbol *tlsAlign;
----------------
Is this stored as power of 2?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65028/new/
https://reviews.llvm.org/D65028
More information about the cfe-commits
mailing list