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
Add an error message when trying to remove valued enum attributes
The current version of LLVM crashes when attempting to remove valued
enum attributes. The bug was discovered and fixed in LLVM 7 (see
llvm-mirror/llvm@9bc0b10). The guard placed
in `removeAttribute` should be removed once this version is released.
0 commit comments