Antonio Frighetto

Results 35 comments of Antonio Frighetto

Requires [`revng-qa#11`](https://github.com/revng/revng-qa/pull/11).

Should be fixed by https://github.com/llvm/llvm-project/commit/970bf07d0b184c7ec356ae8f47b193a5e3ff0309. Please feel free to reopen this, should you experience an issue alike.

Please, let me know if anything needs to be improved as far as style conventions et alia is concerned, I'd be happy to do so.

Gentle ping. Any feedback or suggestions would be duly appreciated. Alongside this, I believe the option should be added as part of [Options.swift](https://github.com/apple/swift-driver/blob/main/Sources/SwiftOptions/Options.swift#L20) as well. May that be the case?...

Thanks a lot to both for the helpful insights. Support in the new swift-driver should be addressed by https://github.com/apple/swift-driver/pull/1472. The implementation should aim to ensure a clear separation between the...

Fixed conflicts by rebasing to main, and changed test library type from `MODULE` to `SHARED`, as CMake seems to be defaulting to generate the plugin with `.so` extension on macOS...

Rebased to main, dropped unittest in `Driver` as part of recent legacy driver deprecation, added test coverage exercizing `performLLVMOptimization`. New driver support ready at https://github.com/apple/swift-driver/pull/1472. Kind ping @lhames, @aschwaighofer, @artemcm,...

@lhames, @airspeedswift Gentle ping. Any chance of this getting reviewed?