diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2022-08-03 14:05:09 -0400 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2022-08-03 14:05:09 -0400 |
commit | c9edf843fcf954132271214445857498fb47bb72 (patch) | |
tree | 8c64de4b8feafb5ec502346cf6e9ac613be5af5b /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | 71e8f796013cbe52658041473e3a6b233c56bce5 (diff) | |
download | llvm-c9edf843fcf954132271214445857498fb47bb72.zip llvm-c9edf843fcf954132271214445857498fb47bb72.tar.gz llvm-c9edf843fcf954132271214445857498fb47bb72.tar.bz2 |
Error instead of assert when making a _BitInt vector
We already correctly rejected:
typedef __attribute__((vector_size(16))) _BitInt(4) Ty;
but we would assert with:
typedef __attribute__((ext_vector_type(4))) _BitInt(4) Ty;
Now we issue the same error in both cases.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions