mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
D152759 introduced the Android .zip so file support, but it only considered POSIX path. The code also runs on Windows, so the path could be Windows path. Support both patterns on Windows. Differential Revision: https://reviews.llvm.org/D153390