Filter bitcode files by extension when passing them to llvm (#2356)
This commit is contained in:
@@ -24,3 +24,6 @@ val String.isUnixStaticLib
|
||||
|
||||
val String.isWindowsStaticLib
|
||||
get() = this.endsWith(".lib")
|
||||
|
||||
val String.isBitcode
|
||||
get() = this.endsWith(".bc")
|
||||
|
||||
Reference in New Issue
Block a user