[PATCH] D71688: [AArch64] Add -mtls-size option for ELF targets
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 04:19:05 PST 2020
peter.smith added a comment.
Apologies for the delay in responding, just come back from vacation. I've checked the implementation against GCC and it looks like it will give the same behaviour. I've got one minor suggestion surrounding the clamping of TLSSize to its maximum value. It looks like it would only need to be done once, is there a convenient place, such as AArch64TargetMachine where it can be done once?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71688/new/
https://reviews.llvm.org/D71688
More information about the llvm-commits
mailing list