saker.clang Documentation TaskDoc JavaDoc Packages
Output of the saker.clang.link() task. The object is a reference to the link operation results using clang. The result can be consumed in any way the developer sees fit. The OutputPath field contains the path to the linker result binary.
Summary
Fields
IdentifierContains the Identifier that the linker task was assigned with when linking the inputs.
OutputPathContains the path to the link operation output.
SDKsContains the SDKs that were used for linking the inputs.
Fields
Contains the Identifier that the linker task was assigned with when linking the inputs.
Contains the path to the link operation output. The type of the file is based on the configuration of the linker task.
Contains the SDKs that were used for linking the inputs. The map contains all SDKs (explicit or implicit) that was used during the configuration of the linker.