aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-22 20:20:08 +0000
committerChris Lattner <sabre@nondot.org>2002-08-22 20:20:08 +0000
commit74d8dcc9d2e4f980a36d2778f98ffd70881b752c (patch)
treecb8b2ad5e2ad335941ea84285d08104787a7a55c
parent7991070ba2998f919795530686d672109ca3d7a3 (diff)
downloadexternal_llvm-74d8dcc9d2e4f980a36d2778f98ffd70881b752c.zip
external_llvm-74d8dcc9d2e4f980a36d2778f98ffd70881b752c.tar.gz
external_llvm-74d8dcc9d2e4f980a36d2778f98ffd70881b752c.tar.bz2
Add readme file describing directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3469 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Verifier/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Verifier/README.txt b/test/Verifier/README.txt
new file mode 100644
index 0000000..b7e96ea
--- /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.