[PATCH] D105128: [dfsan] Expose dfsan_get_track_origins to get origin tracking status

stephan.yichao.zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 12:44:15 PDT 2021


stephan.yichao.zhao added inline comments.


================
Comment at: compiler-rt/lib/dfsan/dfsan.cpp:55
 
 // Instrumented code may set this value in terms of -dfsan-track-origins.
 // * undefined or 0: do not track origins.
----------------
browneee wrote:
> We're missing documentation for these options (e.g. https://clang.llvm.org/docs/MemorySanitizer.html#origin-tracking )
> 
The doc diff for origin tracking has never been submitted. I will add one soon.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105128/new/

https://reviews.llvm.org/D105128



More information about the llvm-commits mailing list