Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/tsan/rtl/tsan_platform_mac.cc | ||
---|---|---|
235 ↗ | (On Diff #105709) | This can provide a better error message without an unnecessary stack trace, but up to you. if (max_vm != kHiAppMemEnd) { Printf("ThreadSanitizer: unsupported vm address limit %p, expect %p\n", max_vm, kHiAppMemEnd); Die(); } |