[PATCH] D30283: [ubsan] Reduce alignment checking of C++ object pointers
    Eli Friedman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Apr 14 10:50:40 PDT 2017
    
    
  
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/CodeGenCXX/ubsan-suppress-checks.cpp:25
+    // LAMBDA: and i64 %[[THISINT2]], 3, !nosanitize
+    // LAMBDA: call void @__ubsan_handle_type_mismatch
+
----------------
LAMBDA-NOT: call void @__ubsan_handle_type_mismatch ?
https://reviews.llvm.org/D30283
    
    
More information about the cfe-commits
mailing list