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

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 07:02:44 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();
----------------
k-kashapov wrote:

Sorry, will fix this now

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


More information about the llvm-commits mailing list