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
clang is adding builtin modules for its C standard library headers. This requires proper module layering with the OS/SDK headers, but Backtracing is currently just absorbing them all into its OS module. Pass `-Xclang -fbuiltin-headers-in-system-modules` to allow that to continue working.
Explicitly include <stddef.h> so that it gets exported from the OS module.
0 commit comments