This patch changes the visibility of the __omp_rtl_debug_kind variable
to be hidden. These variables are only used by the plugin so they do not
need to be read externally. Previously the default visibility prevented
these variables from being completely eliminated in the module.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LG. However, we might want to document OpenMPIRBuilder::createGlobalFlag saying that function is only for creating flags for what kind of variables in case it is misused.