Add readme file describing directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-08-22 20:20:08 +00:00
parent 7991070ba2
commit 74d8dcc9d2

3
test/Verifier/README.txt Normal file
View File

@ -0,0 +1,3 @@
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 Regressions/Assembler directory.