forked from OSchip/llvm-project
Fix a typo in an error message.
This commit is contained in:
parent
abd6574b45
commit
371c94fca0
|
@ -2210,7 +2210,7 @@ void CheckNoDeepBind(const char *filename, int flag) {
|
|||
if (flag & RTLD_DEEPBIND) {
|
||||
Report(
|
||||
"You are trying to dlopen a %s shared library with RTLD_DEEPBIND flag"
|
||||
" which is incompatibe with sanitizer runtime "
|
||||
" which is incompatible with sanitizer runtime "
|
||||
"(see https://github.com/google/sanitizers/issues/611 for details"
|
||||
"). If you want to run %s library under sanitizers please remove "
|
||||
"RTLD_DEEPBIND from dlopen flags.\n",
|
||||
|
|
Loading…
Reference in New Issue