| 22 | // TODO(antiagainst): Use public C API for setting the consumer once exists. |
| 23 | #ifndef SPIRV_TOOLS_SHAREDLIB |
| 24 | void SetContextMessageConsumer(spv_context context, MessageConsumer consumer) { |
| 25 | spvtools::SetContextMessageConsumer(context, consumer); |
| 26 | } |
| 27 | #else |
| 28 | void SetContextMessageConsumer(spv_context, MessageConsumer) {} |
| 29 | #endif |
no outgoing calls
no test coverage detected