Skip to content
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

[6.1.0]Add sanitizer features to unix_cc_toolchain_config #17263

Merged
merged 5 commits into from
Jan 20, 2023
Merged

[6.1.0]Add sanitizer features to unix_cc_toolchain_config #17263

merged 5 commits into from
Jan 20, 2023

Commits on Jan 19, 2023

  1. Add sanitizer features to unix_cc_toolchain_config

    There was some discussion here about adding `asan`, `tsan`, and `ubsan` features to the unix toolchains to match macos. bazel-contrib/toolchains_llvm#90 (comment)
    
    I've taken my changes local to that project and copied it into Bazel as suggested by @fmeum. I've written some tests but I'm not sure where to place them or if it makes sense to depend on the error messages from asan/tsan/ubsan.
    
    Closes #17083.
    
    PiperOrigin-RevId: 501213060
    Change-Id: I9d973ebe35e4fa2804d2e91df9f700a285f7b404
    oliverlee authored and ShreeM01 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    9868075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24312e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73fd7fe View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    49b7b06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fd4a8 View commit details
    Browse the repository at this point in the history