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 code seems to be literally looking for the string "llvm/" in the paths, missing the case where the path doesn't include the trailing slash. This works when the path is "llvm/IR" instead.