summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/lit.cfg
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-01-29 15:49:22 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-01-29 15:49:22 +0000
commit7b54ed221a20d30b6a67f4544b75da5b6d4d4380 (patch)
treeb953ad1d38f66558e8f776232e4c601a34507c77 /llvm/lib/Fuzzer/test/lit.cfg
parent4b2f17a1d333ba539b219c400000d1ca2be4c7a4 (diff)
downloadbcm5719-llvm-7b54ed221a20d30b6a67f4544b75da5b6d4d4380.tar.gz
bcm5719-llvm-7b54ed221a20d30b6a67f4544b75da5b6d4d4380.zip
Temporarily reverting the fuzzer library as it causes too many build issues for MSVC users. This reverts: 227445, 227395, 227389, 227357, 227254, 227252
llvm-svn: 227452
Diffstat (limited to 'llvm/lib/Fuzzer/test/lit.cfg')
-rw-r--r--llvm/lib/Fuzzer/test/lit.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Fuzzer/test/lit.cfg b/llvm/lib/Fuzzer/test/lit.cfg
deleted file mode 100644
index d1c85051b47..00000000000
--- a/llvm/lib/Fuzzer/test/lit.cfg
+++ /dev/null
@@ -1,6 +0,0 @@
-import lit.formats
-
-config.name = "LLVMFuzzer"
-config.test_format = lit.formats.ShTest(True)
-config.suffixes = ['.test']
-config.test_source_root = os.path.dirname(__file__)
OpenPOWER on IntegriCloud