diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2022-11-29 16:51:48 +0100 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2022-11-30 10:37:11 +0100 |
commit | 099997540f45a50f1bfb1da85cd222e3509b87cb (patch) | |
tree | 7a47df36e2f9f222a74de82459a089c2c013028e /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | aaf73ae266db44fce107a0b73fcb33527bfb52eb (diff) | |
download | llvm-099997540f45a50f1bfb1da85cd222e3509b87cb.zip llvm-099997540f45a50f1bfb1da85cd222e3509b87cb.tar.gz llvm-099997540f45a50f1bfb1da85cd222e3509b87cb.tar.bz2 |
tsan: fix epoll_pwait2 interceptor
epoll_pwait2 is new and may not be present in libc and/or kernel.
Since we effectively add it to libc (as will be probed by the program
using dlsym or a weak function pointer) we need to handle the case
when it's not present in the actual libc.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D138929
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions