saker.clang Documentation TaskDoc JavaDoc Packages
public interface ClangLinkerWorkerTaskOutput
Provides access to the output of a linking task that was performed using clang.
Methods
public CompilationIdentifier
Gets the identifier for the linker task.
public SakerPath
Gets the result path of the linking operation.
public Map<String, SDKDescription>
Gets the SDKs that were used during the linking.
Gets the identifier for the linker task.
The identifier.
public abstract SakerPath getOutputPath()
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.
public abstract Map<String, SDKDescription> getSDKs()
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.