tests: remove the now unused option -new-mangling-for-tests

This commit is contained in:
Erik Eckstein
2017-03-22 11:17:16 -07:00
parent 2dc6104cdc
commit c4a11f4c92
496 changed files with 616 additions and 620 deletions

View File

@@ -21,10 +21,6 @@
using namespace swift;
using namespace Mangle;
llvm::cl::opt<bool> MangleForTests(
"new-mangling-for-tests", llvm::cl::init(false),
llvm::cl::desc("Use new mangling for compiler tests"));
#ifndef NDEBUG
llvm::cl::opt<bool> PrintSwiftManglingStats(