ROCm / ROCm-OpenCL-Driver

ROCm OpenCL Compiler Tool Driver
MIT License
24 stars 9 forks source link

Linker Diagnostic refactoring #33

Closed emankov closed 7 years ago

emankov commented 7 years ago

DiagnosticHandler couldn't be implemented as class member function, thus left as static global, but a bit changed. Pointer to AMDGPUCompiler is passed to DiagnosticHandler in order to use its stream for output. EmitLinkerError moved to class AMDGPUCompiler.