[PATCH] [sanitizer] Fix log_path behavior with StopTheWorld.

Alexey Samsonov samsonov at google.com
Wed Dec 4 06:37:21 PST 2013


  LGTM with a nit


================
Comment at: lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc:362
@@ +361,3 @@
+// file. Alert the logging code to the fact that we have a tracer.
+struct ScopedHandleReportFD {
+  explicit ScopedHandleReportFD(uptr tracer_pid) {
----------------
s/ScopedHandleReportFD/ScopedSetTracerPID (same for variable name)


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

BRANCH
  fix/report_fd

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list