Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | ||
---|---|---|
332 ↗ | (On Diff #23071) | Is this necessary for something? Or merely a precaution? |
Comment Actions
- Added comment in ThreadSanitizer::runOnFunction explaining that we don't want to instrument module ctor
- Added tests that checks __tsan_init is called from module ctor