spotify / XCRemoteCache

Other
830 stars 53 forks source link

Support .S (assembly) clang input files #49

Closed polac24 closed 2 years ago

polac24 commented 2 years ago

CNIOBoringSSL is a CocoaPods dependency that calls clang with .S input file. Seems that clang can "compile" .s and .S files (reference), so XCRemoteCache could support targets that use it.

The fix should be simple in https://github.com/spotify/XCRemoteCache/blob/a7316d35cc1b3b05967bb7528846b0fcd4b19944/Sources/XCRemoteCache/Commands/Prepare/CCWrapperBuilder.swift#L429

Details & Steps to reproduce

See #48

polac24 commented 2 years ago

Fixed in https://github.com/spotify/XCRemoteCache/pull/106