diff options
author | Shilei Tian <i@tianshilei.me> | 2023-09-13 20:22:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 20:22:59 -0400 |
commit | 22e1df7f5bf70626618da3ba846b9e97b1adf5b1 (patch) | |
tree | 63db538ceb5eeb37c7ca9c3943cc4cb4aad17863 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | e16474ba2cba8fa69b413a83852d06c93155f8c9 (diff) | |
download | llvm-22e1df7f5bf70626618da3ba846b9e97b1adf5b1.zip llvm-22e1df7f5bf70626618da3ba846b9e97b1adf5b1.tar.gz llvm-22e1df7f5bf70626618da3ba846b9e97b1adf5b1.tar.bz2 |
[LLVM][OpenMPOpt] Fix a crash when associated function is nullptr (#66274)
The associated function can be a nullptr if it is an indirect call.
This causes a crash in `CheckCallee` which always assumes the callee
is a valid pointer.
Fix #66904.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions