Lines Matching +full:check +full:- +full:clang +full:- +full:python
1 # -*- Python -*-
19 config.name = "UBSan-Minimal-" + config.target_arch
23 return " " + " ".join([config.clang] + compile_flags) + " "
27 clang_ubsan_cflags = ["-fsanitize-minimal-runtime"] + target_cflags
30 # Define %clang and %clangxx substitutions to use in test RUN lines.
31 config.substitutions.append(("%clang ", build_invocation(clang_ubsan_cflags)))
37 # Check that the host supports UndefinedBehaviorSanitizerMinimal tests
49 if "-arch x86_64h" in target_cflags and "x86_64h" not in config.available_features: