[PATCH] [dfsan] Runtime support for ABI list functionality; can now run integration tests with args ABI.
Peter Collingbourne
peter at pcc.me.uk
Mon Aug 12 17:30:39 PDT 2013
================
Comment at: lib/dfsan/CMakeLists.txt:30
@@ +29,3 @@
+add_custom_target(dfsan_abilist ALL
+ SOURCES ${CLANG_RESOURCE_DIR}/dfsan_abilist.txt)
+add_custom_command(OUTPUT ${CLANG_RESOURCE_DIR}/dfsan_abilist.txt
----------------
Evgeniy Stepanov wrote:
> 80 chars
This line is exactly 80 chars long.
================
Comment at: lib/dfsan/dfsan.cc:173
@@ +172,3 @@
+extern "C" SANITIZER_INTERFACE_ATTRIBUTE dfsan_label
+__dfsw_dfsan_get_label(long data, dfsan_label data_label,
+ dfsan_label *ret_label) {
----------------
Evgeniy Stepanov wrote:
> This probably deserves a comment.
Done.
http://llvm-reviews.chandlerc.com/D1351
BRANCH
dfsan-up6
ARCANIST PROJECT
compiler-rt
More information about the llvm-commits
mailing list