diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-11 17:22:16 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-11 17:22:16 +0000 |
commit | 361680a51927577ccb20b14704dbaac762181843 (patch) | |
tree | de75a464c5dac7eceb2dbbad8b4d4e1479d79e08 /contrib/llvm/tools/clang/utils/OptionalTests/README.txt | |
parent | 72578a23bf85ae6f14444ee38e72f9b16899bb52 (diff) |
Remove more unneeded files and directories from contrib/llvm. This
still allows us to build tblgen and clang, and further reduces the
footprint in the tree.
Approved by: rpaulo (mentor)
Notes
Notes:
svn path=/head/; revision=213695
Diffstat (limited to 'contrib/llvm/tools/clang/utils/OptionalTests/README.txt')
-rw-r--r-- | contrib/llvm/tools/clang/utils/OptionalTests/README.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm/tools/clang/utils/OptionalTests/README.txt b/contrib/llvm/tools/clang/utils/OptionalTests/README.txt deleted file mode 100644 index 4ffdb3bb0d1a..000000000000 --- a/contrib/llvm/tools/clang/utils/OptionalTests/README.txt +++ /dev/null @@ -1,4 +0,0 @@ -This is a dumping ground for additional tests which do not fit cleanly into the -clang regression tests. For example, tests which are not portable, require -additional software or configuration, take an excessive time to run, or are -flaky can be kept here. |