TypeSantizer is not included in sanitizer-common tests
Open
compiler-rt:tysan
test-suite
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
When building LLVM, TySan is not included in the list of supported sanitizers (this is a small CMake change)
By adding it to the list, sanitizer-common tests will now run with TypeSanitizer.
A lot of these tests fail currently because TypeSanitizer doesn't expose the interfaces the tests expect. Some of these interfaces could be implemented, and other tests could be tagged UNSUPPORTED
Contributor guide
Assessment
This issue has not been assessed yet.