[PATCH] D144673: Add tests to reproduce pointer/index width confusion crashes

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 01:10:26 PST 2023


nikic added a comment.

You would have to add `REQUIRES: asserts`.

Though really, you should just include these as passing tests in the patch that fixes them. There is no pre-commit requirement for tests that crash.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144673/new/

https://reviews.llvm.org/D144673



More information about the llvm-commits mailing list