From 08c4f2ac18b40b6fd07a7d88aaebd9140555d8f2 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 19 Nov 2016 17:08:08 -0500 Subject: [PATCH] - Added a tool to clear the LLVM cache, if ever there is corruption or it needs rebuilt. --- tools/DelLLVMCache.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tools/DelLLVMCache.cmd diff --git a/tools/DelLLVMCache.cmd b/tools/DelLLVMCache.cmd new file mode 100644 index 000000000..d7c3b1525 --- /dev/null +++ b/tools/DelLLVMCache.cmd @@ -0,0 +1,9 @@ +@echo off +if not exist %localappdata%\zdoom\cache\llvm* goto :eof +echo QZDoom's LLVM drawers may take some time to create at startup. Because of this, +echo the program uses a cache to temporarily store bitcode for faster startups. If +echo this cache is ever corrupted, this program has been created to solve the +echo problem. +echo. +echo Are you SURE you wish to destroy the cache? +del /p %localappdata%\zdoom\cache\llvm*