Lines Matching +full:clang +full:- +full:tsan
3 build --client_env=CC=clang
4 build --copt=-DGRPC_BAZEL_BUILD
5 build --action_env=GRPC_BAZEL_RUNTIME=1
6 build --define=use_fast_cpp_protos=true
8 build:opt --compilation_mode=opt
9 build:opt --copt=-Wframe-larger-than=16384
11 build:dbg --compilation_mode=dbg
13 build:windows_opt --compilation_mode=opt
14 build:windows_dbg --compilation_mode=dbg
16 build:asan --strip=never
17 build:asan --copt=-fsanitize=address
18 build:asan --copt=-O0
19 build:asan --copt=-fno-omit-frame-pointer
20 build:asan --copt=-DGPR_NO_DIRECT_SYSCALLS
21 build:asan --copt=-DGRPC_ASAN
22 build:asan --copt=-DADDRESS_SANITIZER # used by absl
23 build:asan --linkopt=-fsanitize=address
24 build:asan --action_env=ASAN_OPTIONS=detect_leaks=1:color=always
25 build:asan --action_env=LSAN_OPTIONS=suppressions=test/core/util/lsan_suppressions.txt:report_objec…
33 # LSAN is not supported by the version of Clang that ships with Mac OS, so
35 build:asan_macos --strip=never
36 build:asan_macos --copt=-fsanitize=address
37 build:asan_macos --copt -Wno-macro-redefined
38 build:asan_macos --copt -D_FORTIFY_SOURCE=0
39 build:asan_macos --copt=-fsanitize=address
40 build:asan_macos --copt=-O0
41 build:asan_macos --copt=-fno-omit-frame-pointer
42 build:asan_macos --copt=-DGPR_NO_DIRECT_SYSCALLS
43 build:asan_macos --linkopt=-fsanitize=address
44 build:asan_macos --action_env=ASAN_OPTIONS=detect_leaks=0
46 build:msan --strip=never
47 build:msan --copt=-fsanitize=memory
48 build:msan --copt=-O0
49 build:msan --copt=-fsanitize-memory-track-origins
50 build:msan --copt=-fsanitize-memory-use-after-dtor
51 build:msan --copt=-fno-omit-frame-pointer
52 build:msan --copt=-DGPR_NO_DIRECT_SYSCALLS
53 build:msan --linkopt=-fsanitize=memory
54 build:msan --action_env=MSAN_OPTIONS=poison_in_dtor=1
56 build:tsan --strip=never
57 build:tsan --copt=-fsanitize=thread
58 build:tsan --copt=-fno-omit-frame-pointer
59 build:tsan --copt=-DGPR_NO_DIRECT_SYSCALLS
60 build:tsan --copt=-DGRPC_TSAN
61 build:tsan --linkopt=-fsanitize=thread
64 build:tsan --test_env=TSAN_OPTIONS=report_atomic_races=0
65 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
67 build:ubsan --strip=never
68 build:ubsan --copt=-fsanitize=undefined
69 build:ubsan --copt=-fno-omit-frame-pointer
70 build:ubsan --copt=-DGRPC_UBSAN
71 build:ubsan --copt=-DNDEBUG
72 build:ubsan --copt=-fno-sanitize=function,vptr
73 build:ubsan --linkopt=-fsanitize=undefined
74 build:ubsan --action_env=UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1:suppressions=test/core/ut…
77 build:ubsan --copt=-DGRPC_PORT_ISOLATED_RUNTIME=1
79 build:basicprof --strip=never
80 build:basicprof --copt=-DNDEBUG
81 build:basicprof --copt=-O2
82 build:basicprof --copt=-DGRPC_BASIC_PROFILER
83 build:basicprof --copt=-DGRPC_TIMERS_RDTSC
85 build:python_single_threaded_unary_stream --test_env="GRPC_SINGLE_THREADED_UNARY_STREAM=true"
87 build:python_poller_engine --test_env="GRPC_ASYNCIO_ENGINE=poller"
92 build:counters --compilation_mode=opt
93 build:counters --copt=-Wframe-larger-than=16384
94 build:counters --copt=-DGPR_LOW_LEVEL_COUNTERS
99 build:mutrace --copt=-O3
100 build:mutrace --copt=-fno-omit-frame-pointer
101 build:mutrace --copt=-DNDEBUG
102 build:mutrace --linkopt=-rdynamic
105 build:compdb --build_tag_filters=-nocompdb