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
pixie.mcext contains wrappers around standard libc functions, it currently has no explicit test infrastructure, doesn't adapt to a LLVM triple when it should (OS constants can be different on Linux and BSD systems) and the type of va_list is also LLVM triple/target dependent. This all needs fixing.
The text was updated successfully, but these errors were encountered:
pixie.mcext
contains wrappers around standardlibc
functions, it currently has no explicit test infrastructure, doesn't adapt to a LLVMtriple
when it should (OS constants can be different on Linux and BSD systems) and the type ofva_list
is also LLVMtriple
/target dependent. This all needs fixing.The text was updated successfully, but these errors were encountered: