Home
last modified time | relevance | path

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

/external/llvm-project/polly/test/
Dlit.site.cfg.in11 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@"
39 if config.llvm_polly_link_into_tools == '' or \
40 config.llvm_polly_link_into_tools.lower() == '0' or \
41 config.llvm_polly_link_into_tools.lower() == 'n' or \
42 config.llvm_polly_link_into_tools.lower() == 'no' or \
43 config.llvm_polly_link_into_tools.lower() == 'off' or \
44 config.llvm_polly_link_into_tools.lower() == 'false' or \
45 config.llvm_polly_link_into_tools.lower() == 'notfound' or \
46 config.llvm_polly_link_into_tools.lower() == 'llvm_polly_link_into_tools-notfound':
Dupdate_check.py18 llvm_polly_link_into_tools = not '''@LLVM_POLLY_LINK_INTO_TOOLS@'''.lower() in {'','0','n','no','of… variable
301 if not llvm_polly_link_into_tools:
/external/llvm-project/polly/test/Unit/
Dlit.site.cfg.in16 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@"