Skip to content

Commit 89ce854

Browse files
authored
[emcc.py] Remove unused function. NFC (#23429)
This should have been removed as part of #20917.
1 parent ef9ad40 commit 89ce854

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

emcc.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -924,19 +924,6 @@ def phase_setup(options, state, newargs):
924924
return (newargs, input_files)
925925

926926

927-
def get_clang_output_extension(state):
928-
if '-emit-llvm' in state.orig_args:
929-
if state.has_dash_S:
930-
return '.ll'
931-
else:
932-
return '.bc'
933-
934-
if state.has_dash_S:
935-
return '.s'
936-
else:
937-
return '.o'
938-
939-
940927
def filter_out_link_flags(args):
941928
rtn = []
942929

0 commit comments

Comments
 (0)