mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
This allows removal of a specific Image from a Device, rather than requiring all image data to outlive the device they were created for. This is required for `ol_program_handle_t`s, which now specify the lifetime of the buffer used to create the program.