We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b0596 commit 6ae3774Copy full SHA for 6ae3774
script/get-aocc/customize.py
@@ -20,13 +20,12 @@ def preprocess(i):
20
21
exe_c = 'clang.exe' if os_info['platform'] == 'windows' else 'clang'
22
23
-
24
if 'MLC_AOCC_BIN_WITH_PATH' not in env:
25
if env.get('MLC_AOCC_DIR_PATH', '') != '':
26
aocc_path = env['MLC_AOCC_DIR_PATH']
27
if os.path.exists(os.path.join(aocc_path, 'bin', 'clang')):
28
env['MLC_TMP_PATH'] = os.path.join(aocc_path, 'bin')
29
+
30
r = i['automation'].find_artifact({'file_name': exe_c,
31
'env': env,
32
'os_info': os_info,
0 commit comments