[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / orc / TestCases / Darwin / arm64 / lit.local.cfg.py
bloba4b20fc5adf6e34782bcdeb6dcffdff824d7e925
1 if config.root.host_arch not in ['aarch64', 'arm64']:
2 config.unsupported = True
4 if config.target_arch not in ['aarch64', 'arm64']:
5 config.unsupported = True