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
While there is a ParseBitcodeFile already, the resulting module lives in
the default context. This does not work when doing parallel builds.
Therefore, this extra function is needed to parse a bitcode file in a
different context.
0 commit comments