()
| 521 | return compiler + compile.get_clang_flags(state.orig_args) |
| 522 | |
| 523 | def get_clang_command_asm(): |
| 524 | return compiler + compile.get_target_flags() |
| 525 | |
| 526 | if state.mode == Mode.COMPILE_ONLY: |
| 527 | if options.output_file and get_file_suffix(options.output_file) == '.bc' and not settings.LTO and '-emit-llvm' not in state.orig_args: |
no outgoing calls
no test coverage detected