[PATCH] D82680: MSAN: Allow emitting checks for struct types

Gui Andrade via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 11:54:38 PDT 2020


guiand marked 2 inline comments as done.
guiand added inline comments.


================
Comment at: llvm/test/Instrumentation/MemorySanitizer/check-struct.ll:9
+define { i32, i8 } @main() sanitize_memory {
+; CHECK: %p = inttoptr i64 0 to { i32, i8 }*
+  %p = inttoptr i64 0 to { i32, i8 } *
----------------
eugenis wrote:
> Please check that the test passes when LLVM is build without assertions. AFAIR temp names are lost in that case.
> 
As far as I can tell it's passing without assertions enabled, yeah.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82680





More information about the llvm-commits mailing list