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

Method __init__

tools/system_libs.py:1091–1093  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1089 '-Wno-pointer-sign']
1090
1091 def __init__(self, **kwargs):
1092 self.non_lto_files = self.get_libcall_files()
1093 super().__init__(**kwargs)
1094
1095 def get_libcall_files(self):
1096 # Combining static linking with LTO is tricky under LLVM. The codegen that

Callers 14

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

get_libcall_filesMethod · 0.95

Tested by

no test coverage detected