diff gen/cl_options.h @ 1644:9176437d98be

Add -linkonce-templates for emitting linkonce_odr syms instead of weak_odr.
author Matti Niemenmaa <matti.niemenmaa+hg@iki.fi>
date Tue, 09 Mar 2010 23:07:08 +0200
parents 8863cf7236e6
children
line wrap: on
line diff
--- a/gen/cl_options.h	Mon Mar 08 23:37:40 2010 -0700
+++ b/gen/cl_options.h	Tue Mar 09 23:07:08 2010 +0200
@@ -42,6 +42,7 @@
     extern cl::list<std::string> mAttrs;
     extern cl::opt<std::string> mTargetTriple;
     extern cl::opt<bool> singleObj;
+    extern cl::opt<bool> linkonceTemplates;
 
     // Arguments to -d-debug
     extern std::vector<std::string> debugArgs;