================
@@ -5773,7 +5773,7 @@ std::string llvm::UpgradeDataLayoutString(StringRef DL,
StringRef TT) {
if (!DL.contains("-p7") && !DL.starts_with("p7"))
Res.append("-p7:160:256:256:32");
if (!DL.contains("-p8") && !DL.starts_with("p8"))
- Res.append("-p8:128:128");
+ Res.append("-p8:128:128:128:48");
----------------
arichardson wrote:
I just kept the current structure that doesn't touch pointer definitions that
already exist - should we override those unconditionally? Or just the old
variants?
https://github.com/llvm/llvm-project/pull/139419
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits