mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
da60535ced
Using Clang to compile API notes introduces a dependency on the underlying Clang, which can cause problems as Clang's support for API notes evolves. Re-introduce the "-apinotes" driver flag into the Swift driver to allow us to compile API notes, and use that (rather than Clang) to precompile API notes for the overlays.