[PATCH] D12713: Runtime test for poisoning vtable pointer during destruction.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:27:42 PDT 2015


eugenis added inline comments.

================
Comment at: test/msan/dtor-vtable-multiple-inheritance.cc:7
@@ +6,3 @@
+
+// RUN: %clangxx_msan %s -CMACRO=1 -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t
+
----------------
This could not work, the syntax is -DMACRO=1, "D" being the flag name, and not part of the macro name.


http://reviews.llvm.org/D12713





More information about the llvm-commits mailing list