[PATCH] D12022: Refactored dtor sanitizing into EHScopeStack
Naomi Musgrave via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 28 09:52:27 PDT 2015
nmusgrave added inline comments.
================
Comment at: test/CodeGenCXX/sanitize-dtor-repress-aliasing.cpp:30
@@ +29,2 @@
+// Definition of virtual function table
+// CHECK: @_ZTV7Derived = {{.*}}(void (%struct.Derived*)* @_ZN7DerivedD1Ev to i8*){{.*}}(void (%struct.Derived*)* @_ZN7DerivedD0Ev to i8*)
----------------
Its checking that my aliasing is repressed when appropriate.Should I keep or get rid of this test case?
http://reviews.llvm.org/D12022
More information about the cfe-commits
mailing list