Removes stdarg header, drops uses of iostream, fix some format string errors.
Also changes a C style struct to C++ style to avoid a warning from clang/
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/plugins/amdgpu/impl/internal.h | ||
---|---|---|
208 | atmi_error_string was a subset of get_error_string | |
openmp/libomptarget/plugins/amdgpu/impl/system.cpp | ||
13 | stringstream is currently used for some formatting, don't need to include iostream to get that | |
openmp/libomptarget/plugins/amdgpu/impl/utils.cpp | ||
15 | hsa includes essentially the same switch as here, but provides some more context on the error meaning, and avoids warnings about missing cases in the switch |
atmi_error_string was a subset of get_error_string