diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-31 17:39:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-31 17:39:16 +0000 |
commit | 134c316d2ba4497bab98f229757b67fd358f131a (patch) | |
tree | 8a5692aef81b5adbc64a1753bb54bd3ae2b266c1 | |
parent | dadd49bdb80a8903a9d583e0321349ea9005ef60 (diff) | |
download | external_llvm-134c316d2ba4497bab98f229757b67fd358f131a.zip external_llvm-134c316d2ba4497bab98f229757b67fd358f131a.tar.gz external_llvm-134c316d2ba4497bab98f229757b67fd358f131a.tar.bz2 |
Verify pass has been run for a long time now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3179 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CFrontend/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CFrontend/Makefile b/test/CFrontend/Makefile index c1bbe03..e853cc8 100644 --- a/test/CFrontend/Makefile +++ b/test/CFrontend/Makefile @@ -6,8 +6,6 @@ # sure GCC emitted something valid. This is intended to catch crashers and bad # output by GCC. # -# TODO: If the verify pass ever gets written, it should be run on the output. -# LEVEL = ../../.. include $(LEVEL)/test/Makefile.tests |