[add] llvm-arm workflows

This commit is contained in:
guozhanxin
2023-05-17 22:43:48 +08:00
committed by Man, Jianting (Meco)
parent 82ccbc40db
commit ca873fae30
2 changed files with 16 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ group = []
src += Glob('*.c')
if rtconfig.PLATFORM != 'gcc' and rtconfig.PLATFORM != 'llvm-arm':
if rtconfig.PLATFORM not in ['gcc', 'llvm-arm']:
group = DefineGroup('Compiler', src, depend = [''], CPPPATH = CPPPATH)
list = os.listdir(cwd)