If pthread_create is not available on a platform, we won't be able to check if interceptors work. Use strcmp instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
aralisza retitled this revision from [compiler-rt][darwin] check for dlsym to test interceptors instead of pthread_create to [compiler-rt][darwin] check for strcmp to test interceptors instead of pthread_create.Jan 10 2022, 7:38 PM
This revision is now accepted and ready to land.Jan 11 2022, 2:05 PM
Closed by commit rG1e36bd8516f2: [compiler-rt][darwin] check for strcmp to test interceptors instead of… (authored by aralisza). · Explain WhyJan 12 2022, 4:17 PM
This revision was automatically updated to reflect the committed changes.