[Lldb-commits] [lldb] Reland "[lldb] Fix TSan report" (PR #181004)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 12 08:07:24 PST 2026
================
@@ -88,8 +88,18 @@ extern "C"
// TODO: dlsym won't work on Windows.
void *dlsym(void* handle, const char* symbol);
int (*ptr__tsan_get_report_loc_object_type)(void *report, unsigned long idx, const char **object_type);
-}
+)"
+#if defined(__linux__)
----------------
DavidSpickett wrote:
At least put a comment somewhere saying what the consequence of this value being fixed are.
https://github.com/llvm/llvm-project/pull/181004
More information about the lldb-commits
mailing list