[PATCH] D140123: [TLS] Clamp the alignment of TLS global variables if required by the target

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 09:20:52 PST 2023


probinson added a comment.

I don't know if this can happen, but what about an LTO scenario with different values for the module flag? I seem to recall module flags needing to provide a merge policy?  I might be remembering something else though.
If the result is "fail the compilation" that seems fine.


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

https://reviews.llvm.org/D140123



More information about the llvm-commits mailing list