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
Fedora 30 ships with LLVM version 8 and apparently some command line options have changed. llc should be invoked with -frame-pointer=all (I think) instead of -disable-fp-elim, otherwise this breaks the skip_to_native script and stalls the build.
The text was updated successfully, but these errors were encountered:
Fedora 30 ships with LLVM version 8 and apparently some command line options have changed.
llc
should be invoked with-frame-pointer=all
(I think) instead of-disable-fp-elim
, otherwise this breaks theskip_to_native
script and stalls the build.The text was updated successfully, but these errors were encountered: