Android uses libgcc name even for shared library unlike other platforms
which use libgcc_s. Furthemore, Android libstdc++ has a dependency on
libdl. These need to be handled while performing CMake checks.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
CMakeLists.txt | ||
---|---|---|
283 | The code is looking for gcc_s on android. Is that right? Should the condition be inverted? |
The code is looking for gcc_s on android. Is that right? Should the condition be inverted?