This initial patch removes some unused variables from global namespace.
There will more incoming patches for moving global variables to classes
or static members.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice!
openmp/libomptarget/plugins/amdgpu/impl/internal.h | ||
---|---|---|
121 | Nice. Does this mean there's an #include time.h or ctime that can be dropped? |
Comment Actions
I had removed two more variables. @JonChesterfield could you take a look again?
openmp/libomptarget/plugins/amdgpu/impl/internal.h | ||
---|---|---|
121 | I don't see those header files included in the deps. It seems that those might be getting included from hsa |
Comment Actions
Looks like they've been made function local as opposed to removed, but that's still good. Thanks
Nice. Does this mean there's an #include time.h or ctime that can be dropped?