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
Without -fno-builtin, LLVM can optimize away or convert calls to library
functions to something else based on assumptions that they behave
exactly like the standard library. This can cause unexpected bugs when
we use our custom standard library.
0 commit comments