Home
last modified time | relevance | path

Searched refs:clang_has_option (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dsetup.py25 def clang_has_option(option): function
43 if not clang_has_option("-mcet"):
45 if not clang_has_option("-fcf-protection"):
47 if not clang_has_option("-fstack-clash-protection"):
49 if not clang_has_option("-fstack-protector-strong"):
51 if not clang_has_option("-fno-semantic-interposition"):
53 if not clang_has_option("-ffat-lto-objects"):
55 if not clang_has_option("-ftree-loop-distribute-patterns"):
57 if not clang_has_option("-gno-variable-location-views"):
82 if clang_has_option("-Wno-cast-function-type-mismatch"):