Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARC] Fix regression from UpgradeDataLayoutString change (llvm#110608)
It turns out that we cannot rely on the presence of `-i64:64` as a position reference when adding the `-i128:128` datalayout string due to some custom datalayout strings lacking it (e.g ones used by bugpoint, among other things). Do not add the `-i128:128` string in that case. This fixes the regression introduced in llvm#106951.
- Loading branch information