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
wasi-libc defines `d_name` as "flexible array member" which is not
supported by ClangImporter yet. This patch replaces the use of `d_name`
with a helper function `_direntName` to work around the issue.
0 commit comments