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
rustllvm includes some #if LLVM_VERSION_MINOR >= 8 checks which are intended as "LLVM 3.8 or later". Now LLVM SVN trunk is 4.0, LLVM_VERSION_MINOR is 0, and the check fails.