package saker.clang.api.link
public interface ClangLinkerWorkerTaskOutput
Provides access to the output of a linking task that was performed using clang.
public CompilationIdentifier | Gets the identifier for the linker task. |
public SakerPath | Gets the result path of the linking operation. |
public Map< | getSDKs() Gets the SDKs that were used during the linking. |
Gets the identifier for the linker task.
The identifier.
Gets the result path of the linking operation.
The path usually points to an executable or library based on the operation configuration.
The absolute execution path of the linking result.
Gets the SDKs that were used during the linking.
The result contains the resolved SDK descriptions with their configuration pinned to the ones that were used during linking.
The SDKs.