diff options
Diffstat (limited to 'lib/Basic/README.txt')
-rw-r--r-- | lib/Basic/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Basic/README.txt b/lib/Basic/README.txt new file mode 100644 index 00000000..b13df6bd --- /dev/null +++ b/lib/Basic/README.txt @@ -0,0 +1,3 @@ +This directory holds the most basic support facilities provided for +both the klee and kleaver libraries. The code in this directory should +have no dependencies on LLVM or any other klee libraries. |