Skip to content

microsoft/compiler: Unload DXIL validator library *after* calling Release()

Jesse Natalie requested to merge jenatali/mesa:validator-cleanup into main

Otherwise, the code to actually run Release() might not be loaded or callable anymore.

Fixes: 193cf76c ("microsoft/compiler: add common dxil-validator API")

/cc @kusma

Merge request reports