diff gen/cl_options.h @ 1067:7ce8355fbcc6

Improved template emission control for singleobj building.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:21:56 +0100
parents d1ec9ff0e9ba
children 1311dabc6a1f
line wrap: on
line diff
--- a/gen/cl_options.h	Sun Mar 08 16:21:11 2009 +0100
+++ b/gen/cl_options.h	Sun Mar 08 16:21:56 2009 +0100
@@ -43,6 +43,7 @@
     extern cl::opt<std::string> mCPU;
     extern cl::list<std::string> mAttrs;
     extern cl::opt<std::string> mTargetTriple;
+    extern cl::opt<bool> singleObj;
 
     // Arguments to -d-debug
     extern std::vector<std::string> debugArgs;