[PATCH] D131205: Desist from passing function location to __msan_set_alloca_origin4.

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 13:45:47 PDT 2022


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/msan/msan.cpp:590
+      a, size, descr,
+      StackTrace::GetPreviousInstructionPc((uptr)__builtin_return_address(0)));
 }
----------------
static_cast?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131205/new/

https://reviews.llvm.org/D131205



More information about the llvm-commits mailing list