Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config to build with asan (#2490)
Building with RBE will require upgrading to Bazel 3.0+ because of google/oss-fuzz#3093. TF is already on 3.1.0, so we should probably upgrade anyway. Tested: `bazel test --config=rs --config=asan //iree/...` Two vulkan failures: https://source.cloud.google.com/results/invocations/fa1c4e13-305e-4467-aac5-97773a0ecf57 Reverted the type registration added to fix a leak in dde06c0 and confirmed an asan failure `bazel test --config=rs --config=asan //iree/vm:list_test` https://source.cloud.google.com/results/invocations/7dfc3bcc-b837-4139-9649-f4156dd782bf
- Loading branch information