From 7b46fc6cc9d9104a226d28f286b19fffc5a1e029 Mon Sep 17 00:00:00 2001 From: Hristina Palikareva Date: Tue, 15 Oct 2013 14:31:49 +0100 Subject: command-line option --use-metasmt declared and defined inside #ifdef SUPPORT_METASMT ... #endif macros --- lib/Basic/CmdLineOptions.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/Basic') diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Basic/CmdLineOptions.cpp index 1201ac29..eac54141 100644 --- a/lib/Basic/CmdLineOptions.cpp +++ b/lib/Basic/CmdLineOptions.cpp @@ -73,6 +73,7 @@ llvm::cl::list queryLoggingOptions( llvm::cl::CommaSeparated ); +#ifdef SUPPORT_METASMT llvm::cl::opt UseMetaSMT("use-metasmt", @@ -84,6 +85,10 @@ UseMetaSMT("use-metasmt", clEnumValEnd), llvm::cl::init(METASMT_BACKEND_NONE)); +#endif /* SUPPORT_METASMT */ } + + + -- cgit 1.4.1