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
I've experienced the exact same issue when building 0.4-incoming using Debian packaged llvm-3.1. On that same system, building 0.3.1 with external llvm works, as well as using llvm submodule for 0.4.
If I remove the functions
add_u16
andadd_substr
, which are never called, frommiddle::trans::shape
, I get:when building stage1 libstd. @pcwalton says this is due to a problem with LLVM metadata getting truncated.
If so, we should isolate this to the piece of LLVM bytecode that exhibits the problem, and report it upstream.
The text was updated successfully, but these errors were encountered: