[PATCH] [dfsan] Introduce dfsan_read_label runtime function.

Evgeniy Stepanov eugenis at google.com
Mon Aug 12 03:34:37 PDT 2013



================
Comment at: lib/dfsan/lit_tests/basic.c:16
@@ -15,1 +15,3 @@
 
+  dfsan_label read_label = dfsan_read_label(&i, sizeof(i));
+  assert(i_label == read_label);
----------------
Please add a test for union behavior of dfsan_read_label (i.e. a memory range with different labels).


http://llvm-reviews.chandlerc.com/D1349



More information about the llvm-commits mailing list