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
logging.error('Failed to run llvm optimizations: '+output)
1640
+
foriininputs:
1641
+
ifnotos.path.exists(i):
1642
+
logging.warning('Note: Input file "'+i+'" did not exist.')
1643
+
elifnotBuilding.is_bitcode(i):
1644
+
logging.warning('Note: Input file "'+i+'" exists but was not an LLVM bitcode file suitable for Emscripten. Perhaps accidentally mixing native built object files with Emscripten?')
0 commit comments