[PATCH] D150364: [clang][Interp] Add 'Unsupported' opcode and use it for throw stmts
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 11 07:10:43 PDT 2023
erichkeane added a comment.
I've unfortunately not caught up enough to comment on the approach, but 'inline assembly' has the same restriction, so you might find `MsAsmStmt` and `GCCAsmStmt` to be equally as easy 'wins'.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150364/new/
https://reviews.llvm.org/D150364
More information about the cfe-commits
mailing list