MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / get_clang_command_asm

Function get_clang_command_asm

emcc.py:523–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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:

Callers 2

phase_compile_inputsFunction · 0.85
compile_source_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected