We're using an old NDK and a new Clang. New Clangs default to
-stdlib=libc++ for Android, but those libraries cannot be found by
default with an old NDK. Use an explicit -stdlib=libstdc++ in the
cxx_mode_flags.
Details
Details
- Reviewers
eugenis
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
- Build Status
Buildable 24517 Build 24516: arc lint + arc unit
Event Timeline
Comment Actions
Or, rather, define something like common_cxxflags in test/lit.common.cfg and apply them in all sanitizer tests.
This script should not edit compilation flags.