[compiler-rt] [llvm] [msan] Add 32-bit platforms support (PR #109284)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 14:04:52 PST 2024


================
@@ -5589,6 +5590,8 @@ struct VarArgAArch64Helper : public VarArgHelperBase {
 struct VarArgPowerPCHelper : public VarArgHelperBase {
   AllocaInst *VAArgTLSCopy = nullptr;
   Value *VAArgSize = nullptr;
+  const DataLayout &DL = F.getDataLayout();
----------------
vitalybuka wrote:

Unresolved for follow up PRs.

https://github.com/llvm/llvm-project/pull/109284


More information about the llvm-commits mailing list