-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Support for asan/tsan/ubsan on Apple builds on OS X crosstool #4984
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
platform: apple
team-Rules-CPP
Issues for C++ rules
type: feature request
Comments
hlopko
added
team-Rules-CPP
Issues for C++ rules
and removed
category: rules > C++
labels
Oct 11, 2018
hlopko
added
the
P3
We're not considering working on this, but happy to review a PR. (No assignee)
label
Jan 9, 2019
swiple-rules-gardener
pushed a commit
to bazelbuild/rules_apple
that referenced
this issue
Aug 13, 2019
…ol and rules_swift... but not objC yet. bazelbuild/bazel#5380 bazelbuild/bazel#4984 is the general bug for asan/tsan/ubsan. WIP NOTES: Currently Under PY3 I'm seeing "ModuleNotFoundError: No module named 'macholib'". https://storage.googleapis.com/bazel-untrusted-buildkite-artifacts/e203259d-8963-405b-b285-c8353a5115ac/test/ios_application_clang_rt_test.simulator/attempt_1.log RELNOTES: None PiperOrigin-RevId: 262913436
keith
added a commit
to keith/bazel
that referenced
this issue
Jan 5, 2021
This adds support for asan, tsan, and ubsan on Apple platforms. Fixes bazelbuild#4984 and bazelbuild#6932
keith
added a commit
to keith/bazel
that referenced
this issue
Jan 6, 2021
This adds support for asan, tsan, and ubsan on Apple platforms. Fixes bazelbuild#4984 and bazelbuild#6932
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
platform: apple
team-Rules-CPP
Issues for C++ rules
type: feature request
Description of the problem / feature request:
Add “features” in OS X crosstool to enable usage of TSAN, UBSAN and ASAN. There have begun api changes in rules_apple but they are not functional until the crosstool supports these features
Feature requests: what underlying problem are you trying to solve with this feature?
I would like to run tests using clang sanitizers.
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
This is a feature request. You cannot specify a “feature” from the CLI for this currently.
What operating system are you running Bazel on?
What's the output of
bazel info release
?0.12.0rc2
What's the output of
git remote get-url origin ; git rev-parse master ; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Any other information, logs, or outputs that you want to share?
The text was updated successfully, but these errors were encountered: