diff options
author | Christian Ulmann <christianulmann@gmail.com> | 2025-01-30 14:06:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 14:06:28 +0100 |
commit | 8cdc16d350c9f162759689402db841685e9534b1 (patch) | |
tree | c7bed0d15c5f9167f5cd3f1192542ccaf2c96428 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 4b57236bace610d3b05dbba0e9f5b11ed3a9fbee (diff) | |
download | llvm-8cdc16d350c9f162759689402db841685e9534b1.zip llvm-8cdc16d350c9f162759689402db841685e9534b1.tar.gz llvm-8cdc16d350c9f162759689402db841685e9534b1.tar.bz2 |
[MLIR][LLVM] Avoid importing broken calls and invokes (#125041)
This commit adds a check to catch calls/invokes that do not satisfy the
type constraints of their callee. This is not verified in LLVM IR but is
considered UB. Importing this into MLIR will lead to verification
errors, thus we should avoid this early on.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions