Files
clang-p2996/llvm/test/Verifier
gonglingqin 2c174a53d5 [LoongArch] Move illegal ImmArg tests to llvm/test/Verifier
This patch also fixes incorrect function declarations in test cases
and remove -disable-verify from the test case.

Fix https://github.com/llvm/llvm-project/issues/59839
2023-01-07 12:10:13 +08:00
..
2022-08-24 22:41:38 +00:00

This directory contains testcases that the verifier is supposed to detect as
malformed LLVM code.  Testcases for situations that the verifier incorrectly
identifies as malformed should go in the test/Assembler directory.