You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add frontend options to write SIL and LLVM IR as additional compilation output.
This change introduces two new frontend options that enable writing
intermediate representations as additional outputs during compilation:
-sil-output-path <path>: Outputs SIL to the specified path
-ir-output-path <path>: Outputs LLVM IR to the specified path
These options can be useful for debugging and analysis tools
workflows that need access to intermediate compilation artifacts
without requiring separate compiler invocations.
rdar://160297898
0 commit comments