[amdgpu][openmp][nfc] Restore stb_local on DeviceInfo symbol

This commit is contained in:
Jon Chesterfield 2022-07-28 16:49:36 +01:00
parent f5efa1892e
commit c214cb6a68
1 changed files with 1 additions and 1 deletions

View File

@ -1116,7 +1116,7 @@ pthread_mutex_t SignalPoolT::mutex = PTHREAD_MUTEX_INITIALIZER;
// Putting accesses to DeviceInfo global behind a function call prior
// to changing to use init_plugin/deinit_plugin calls
static RTLDeviceInfoTy DeviceInfoState;
RTLDeviceInfoTy& DeviceInfo() { return DeviceInfoState; }
static RTLDeviceInfoTy& DeviceInfo() { return DeviceInfoState; }
namespace {