We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84de94 commit d2a2b92Copy full SHA for d2a2b92
unified-runtime/source/common/linux/ur_lib_loader.cpp
@@ -40,7 +40,7 @@ LibLoader::loadAdapterLibrary(const char *name) {
40
bool deepbind = getenv_tobool(DEEP_BIND_ENV);
41
if (deepbind) {
42
#if defined(SANITIZER_ANY)
43
- UR_LOG(WARN
+ UR_LOG(WARN,
44
"Enabling RTLD_DEEPBIND while running under a sanitizer is likely "
45
"to cause issues. Consider disabling {} environment variable.",
46
DEEP_BIND_ENV);
0 commit comments