saker.clang Documentation TaskDoc JavaDoc Packages
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
Fields
IdentifierContains the compilation Identifier that the compilation task was assigned with when compiling the inputs.
ObjectFilePathsContains the paths to the compilation result object files.
SDKsContains 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.
Contains the paths to the compilation result object files. Each path is the result of the compilation of an input file.
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.