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
[Android] Remove unneeded -stdlib and -I flags for C++ (#66)
A recent Clang driver will assume -stdlib=libc++ automatically for
Android and will also automatically add $SYSROOT/usr/include/c++/v1 to
the include search path.
This explicit -I path breaks libFuzzer when it builds and links its own
copy of libc++ because there are two different libc++ copies on the
include path.
0 commit comments