Filter bitcode files by extension when passing them to llvm (#2356)

This commit is contained in:
Sergey Bogolepov
2018-11-22 11:37:59 +07:00
committed by GitHub
parent d6091c93a1
commit c29be9c5ee
2 changed files with 5 additions and 1 deletions
@@ -24,3 +24,6 @@ val String.isUnixStaticLib
val String.isWindowsStaticLib
get() = this.endsWith(".lib")
val String.isBitcode
get() = this.endsWith(".bc")