In bundle: saker.clang
Output of the saker.clang.compile() task.
The object is a reference to the compilation results produced by clang.
It can be passed to the saker.clang.link() linker task to produce the resulting binary, or consume the compilation results in some other way.
Summary
Identifier | Contains the compilation Identifier that the compilation task was assigned with when compiling the inputs. |
ObjectFilePaths | Contains the paths to the compilation result object files. |
SDKs | Contains the SDKs that were used for compiling the inputs. |
Fields
Contains the compilation Identifier that the compilation task was assigned with when compiling the inputs.
Collection of SakerPath
Contains the paths to the compilation result object files.
Each path is the result of the compilation of an input file.
Map of SDKName : SDKDescription
Contains the SDKs that were used for compiling the inputs.
The map contains all SDKs (explicit or implicit) that was used during the configuration of the compilation.