Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
| compiler-rt/lib/tsan/rtl/tsan_interface.h | ||
|---|---|---|
| 40 | I don't think we want these test-only interfaces here. __tsan_testonly_barrier_init __tsan_testonly_barrier_wait __tsan_testonly_shadow_stack_current_size But we don't want any external users to depend on them. | |
| compiler-rt/lib/tsan/rtl/tsan_interface.h | ||
|---|---|---|
| 40 | yes, that's probably me readin prefix and suffix and missed the "test" | |
I don't think we want these test-only interfaces here.
That's just an implementation detail for unit-tests. There are also:
But we don't want any external users to depend on them.
E.g. at least to rename them consistently to "test_only" or "testonly" :)