From 74d8dcc9d2e4f980a36d2778f98ffd70881b752c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 Aug 2002 20:20:08 +0000 Subject: [PATCH] Add readme file describing directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3469 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Verifier/README.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Verifier/README.txt diff --git a/test/Verifier/README.txt b/test/Verifier/README.txt new file mode 100644 index 000000000000..b7e96ea261a9 --- /dev/null +++ b/test/Verifier/README.txt @@ -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.