[llvm] Global string alignment (PR #142346)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 04:04:33 PDT 2025
nikic wrote:
This is because the test does not have a REQUIRES on systemz-registered-target, which is needed to obtain the SystemZ data layout from the triple.
Instead of adding the REQUIRES, it would be better to give the test an explicit data layout and make it independent of SystemZ.
https://github.com/llvm/llvm-project/pull/142346
More information about the llvm-commits
mailing list