Home | History | Annotate | Download | only in core

Lines Matching refs:runtime

143 # Disable sanitizers which need the UBSan runtime for host targets.
222 # always depends on the ASan runtime library, which defines these
330 # ASan runtime library must be the first in the link order.
371 # Pre-emptively add UBSAN minimal runtime incase a static library dependency requires it
382 my_cflags += -fsanitize-minimal-runtime
391 # For Scudo, we opt for the minimal runtime, unless some diagnostics are enabled.
394 my_cflags += -fsanitize-minimal-runtime
396 ifneq ($(filter -fsanitize-minimal-runtime,$(my_cflags)),)
415 # we switch to clang-4393122 (which adds the static ubsan runtime
420 # Diagnostic requires a runtime library, unless ASan or TSan are also enabled.