(root, args)
| 587 | |
| 588 | |
| 589 | def configure_compiler_platform_alibaba(root, args): |
| 590 | m = try_import_from_platform_alibaba("common_setup_internal") |
| 591 | if not m: return |
| 592 | m.configure_compiler(root, args) |
| 593 | |
| 594 | def build_tao_compiler_add_flags_platform_alibaba(root, args, flag): |
| 595 | m = try_import_from_platform_alibaba("common_setup_internal", root) |
no test coverage detected