[Openmp-commits] [PATCH] D117807: [Libomptarget] Change visibility to hidden for device RTL
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 20 13:18:27 PST 2022
jhuber6 added inline comments.
================
Comment at: openmp/libomptarget/DeviceRTL/src/Configuration.cpp:27
DeviceEnvironmentTy CONSTANT(omptarget_device_environment)
- __attribute__((used, retain, weak));
+ __attribute__((used, retain, weak, visibility("default")));
----------------
JonChesterfield wrote:
> Protected? Don't want to preempt this one either
Right, I'll change it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117807/new/
https://reviews.llvm.org/D117807
More information about the Openmp-commits
mailing list