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
The -disable-fp-elim flag is gone from the LLVM sources files we use. We need to duplicate it in our code. Should be a simple fix, but can't do that before tomorrow (read in createTargetMachine and set TargetOptions::NoFramePointerElim accordingly).
Passing -gs to ldmd2 will cause the following error:
ldc2.exe: Unknown command line argument '-disable-fp-elim'. Try: 'F:/ldc/bin/ldc2.exe -help'
ldc2.exe: Did you mean '-disable-asserts'?
The text was updated successfully, but these errors were encountered: