[PATCH] D134594: [lld-macho] Force higher alignment for __thread_vars

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 24 14:45:00 PDT 2022


thakis added a comment.

> We'll still need to have this workaround though if we want to be able to link old objects.

Yes, we'll have to keep the linker-side workaround for quite a while (MC change needs to go to stable, be picked up by projects depending on LLVM like Swift and Rust, those need to be released, people need to adopt the new versions…and also, linking against binary frameworks is a thing on the platform anyways). But one day, maybe we can turn it into an error (or, first, a warning) :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134594



More information about the llvm-commits mailing list