[vmkit-commits] [vmkit] r65819 - /vmkit/trunk/include/jnjvm/JnjvmModule.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Mar 2 00:38:14 PST 2009


Author: geoffray
Date: Mon Mar  2 02:38:14 2009
New Revision: 65819

URL: http://llvm.org/viewvc/llvm-project?rev=65819&view=rev
Log:
Don't declare makeTracer when the configure system did not ask for one.


Modified:
    vmkit/trunk/include/jnjvm/JnjvmModule.h

Modified: vmkit/trunk/include/jnjvm/JnjvmModule.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/include/jnjvm/JnjvmModule.h?rev=65819&r1=65818&r2=65819&view=diff

==============================================================================
--- vmkit/trunk/include/jnjvm/JnjvmModule.h (original)
+++ vmkit/trunk/include/jnjvm/JnjvmModule.h Mon Mar  2 02:38:14 2009
@@ -485,8 +485,10 @@
   virtual ~JnjvmModuleAOT() {}
 
 private:
-  
+
+#ifdef WITH_TRACER
   virtual llvm::Function* makeTracer(Class* cl, bool stat);
+#endif
   
   //--------------- Static compiler specific functions -----------------------//
   llvm::Constant* CreateConstantFromVT(Class* classDef);





More information about the vmkit-commits mailing list