diff options
author | Timm Baeder <tbaeder@redhat.com> | 2025-08-21 13:13:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-21 13:13:02 +0200 |
commit | c9bb3bdbcae1381dc1e08e33a7935c14a99aa0e4 (patch) | |
tree | a8554c15fcfeae96ebe1bda4fbbf8b10391892cc /llvm/lib/Support/APInt.cpp | |
parent | f306e0aeb2c72e040c59e160e88af3bf76457693 (diff) | |
download | llvm-c9bb3bdbcae1381dc1e08e33a7935c14a99aa0e4.zip llvm-c9bb3bdbcae1381dc1e08e33a7935c14a99aa0e4.tar.gz llvm-c9bb3bdbcae1381dc1e08e33a7935c14a99aa0e4.tar.bz2 |
[clang][bytecode] Fix a crash with typeid pointers (#154692)
That code is from a time when typeid pointers didn't exist. We can get
there for non-block, non-integral pointers, but we can't meaningfully
handle that case. Just return false.
Fixes #153712
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions