third_party.pigweed.src/pw_toolchain
Ted Pudlik 3763a9d5b5 bazel: Support asan in Bazel
Allows you to enable asan via,

   bazel test --//pw_toolchain/host_clang:asan //...

or simply,

   bazel test --config=asan //...

Bug: 301487567
Change-Id: I0334917b73d871c75aae8a4aa1c7b4f4c5f8cbe9
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/211369
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Ted Pudlik <tpudlik@google.com>
2024-05-29 22:04:08 +00:00
..
arm_clang pw_libcxx: Minimal implementation 2024-05-08 07:24:00 +00:00
arm_gcc pw_libcxx: Only enable in clang builds 2024-05-29 00:35:04 +00:00
default
host_clang bazel: Support asan in Bazel 2024-05-29 22:04:08 +00:00
host_gcc
public/pw_toolchain pw_toolchain: Add missing #include 2024-02-20 23:52:42 +00:00
py pw_toolchain: Add clang-apply-replacements plugin 2024-05-21 22:39:37 +00:00
rust pw_toolchain: Add manual tag to Rust toolchains 2024-05-28 20:57:21 +00:00
Android.bp pw_toolchain: Define as cc_static_library 2024-03-26 23:47:58 +00:00
BUILD.bazel
BUILD.gn
c_optimization.gni
clang_tools.gni pw_toolchain: Fix Rust GN host build 2024-04-04 17:38:12 +00:00
CMakeLists.txt
docs.rst
generate_toolchain.gni
no_destructor_test.cc *: Run clang-format 2024-04-29 23:22:12 +00:00
non_c_toolchain.gni
OWNERS
rbe.gni
register_toolchains.bzl pw_toolchain: Register ARM m33 toolchains 2024-05-02 01:41:36 +00:00
sibling_cast_test.cc
static_analysis_toolchain.gni
subtoolchain.gni
traits.gni
universal_tools.gni
wrap_abort.cc