The compiler-rt/test/lit.common.cfg.py (around line 68) decides to use libstdc++ if the ndk version is older than 18.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/CMakeLists.txt | ||
---|---|---|
127 | Yes, once we start requiring NDK >= r19 we should be able to remove this. |
compiler-rt/CMakeLists.txt | ||
---|---|---|
127 |
Ok, so it's chicken-n-egg? Do we want to switch the bot first? or update this first? |
we should use cmake -DANDROID_NDK_VERSION= with a real version
@pcc D57733 looks like a temporarily workaround. After we switch the bot past 19 we should remove ANDROID_NDK_VERSION and android_ndk_version from the code.