You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diagnostics.warning('emcc', '.bc output file suffix used without -flto or -emit-llvm. Consider using .o extension since emcc will output an object file, not a bitcode file')
# we support a compatibility mode where shared libraries are actually just
743
743
# object files linked with `wasm-ld --relocatable` or `llvm-link` in the case
744
744
# of LTO.
745
-
iffinal_suffixinEXECUTABLE_ENDINGS:
745
+
iffinal_suffixinEXECUTABLE_EXTENSIONS:
746
746
diagnostics.warning('emcc', '-shared/-r used with executable output suffix. This behaviour is deprecated. Please remove -shared/-r to build an executable or avoid the executable suffix (%s) when building object files.'%final_suffix)
diagnostics.warning('emcc', 'ignoring dynamic library %s because not compiling to JS or HTML, remember to link it when compiling to JS or HTML at the end', os.path.basename(input_file))
0 commit comments