-fexperimental-relative-c++-abi-vtables crashes during codegen
arichardson opened this issue · 0 comments
arichardson commented
We should emit an error with a sensible error message rather than an assertion failure (or an ISel error when building without assertions).
I have not looked into the implementation of these vtables, so it might also be possible to fix codegen for CHERI, but emitting an error (suggesting -fno-experimental-relative-c++-abi-vtables
) is the minimal fix.