clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land.
Looks good. ================ Comment at: source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp:89 + + void *dlsym(void* handle, const char* symbol); + int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type); ---------------- Doesn't "dlsym" work on all platforms? Windows? https://reviews.llvm.org/D30024 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits