Lines Matching +full:- +full:fno +full:- +full:sanitize
8 // http://www.apache.org/licenses/LICENSE-2.0
34 "-Wall",
35 "-Werror",
39 "-fvisibility=hidden",
40 "-fno-exceptions",
41 "-std=c++11",
42 "-Wno-unused-parameter",
43 "-Wno-non-virtual-dtor",
44 "-DUBSAN_CAN_USE_CXXABI",
47 ubsan_rtl_c_includes = ["external/compiler-rt/lib"]
59 sanitize: {
65 cflags: ["-fno-rtti"],
80 sanitize: {
90 "external/compiler-rt/lib",
91 "external/compiler-rt/include",
104 sanitize: {
107 // _cxx bits (vptr-sanitizer and cfi) need dynamic_cast<>
117 // name: "libclang_rt.ubsan_standalone-arm-android",
127 // name: "libclang_rt.ubsan_standalone-aarch64-android",
137 // name: "libclang_rt.ubsan_standalone-i686-android",
147 // name: "libclang_rt.ubsan_standalone-x86_64-android",
157 // name: "libclang_rt.ubsan_standalone-mips-android",
167 // name: "libclang_rt.ubsan_standalone-mips64-android",
184 cppflags: ubsan_rtl_cppflags + ["-fno-rtti"],
188 sanitize: {
206 sanitize: {