Members
- alwayslink
- dynamic_library
- interface_library
- lto_bitcode_files
- objects
- pic_lto_bitcode_files
- pic_objects
- pic_static_library
- resolved_symlink_dynamic_library
- resolved_symlink_interface_library
- static_library
alwayslink
dynamic_library
Artifact of dynamic library to be linked. Always used for runtime and used for linking if interface_library is not passed.
May return None.
interface_library
Artifact of interface library to be linked.
May return None.
lto_bitcode_files
List of LTO bitcode files in the library.
May return None.
objects
List of object files in the library.
May return None.
pic_lto_bitcode_files
List of pic LTO bitcode files in the library.
May return None.
pic_objects
List of pic object files in the library.
May return None.
pic_static_library
Artifact of pic static library to be linked.
May return None.
resolved_symlink_dynamic_library
Artifact of the dynamic library to be linked if dynamic_library is a symlink, otherwise this is None.
May return None.
resolved_symlink_interface_library
Artifact of the interface library to be linked if interface_library is a symlink, otherwise this is None.
May return None.
static_library
Artifact of static library to be linked.
May return None.