Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include
LLVMSPIRVLib.h
in SPIRVError.cpp
The prototype for `getErrorMessage()` is declared in `LLVMSPIRVLib.h`, but `SPIRVError.cpp` defining that function did not include `LLVMSPIRVLib.h`. This can be problematic for builds that use `-fvisibility=hidden`. Fixes KhronosGroup#2376
- Loading branch information