Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py83 _HOST_COMPILER = 'gcc' if sys.platform == 'win32' else 'clang' variable
99 if _HOST_COMPILER == 'gcc':