-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build-script] Add sanitizer support to indexstore-db product #30963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
Build failed |
@swift-ci please test |
Build failed |
Build failed |
Support the usual `--enable-*san options`, but also add a `--test-indexstore-db-santitize-all` that runs the tests once for each sanitizer. Sanitizing just indexstore-db with a regular toolchain should be much faster than using sanitized compilers.
@swift-ci please test |
Build failed |
Build failed |
@swift-ci please test |
1 similar comment
@swift-ci please test |
Support the usual
--enable-*san options
, but also add a--test-indexstore-db-santitize-all
that runs the tests once for eachsanitizer. Sanitizing just indexstore-db with a regular toolchain should
be much faster than using sanitized compilers.