Commit: 6742728ff155d0fd32641ec895ecf04f47ab2760
Author: Jacques Lucke
Date: Mon Apr 8 12:39:03 2019 +0200
Branches: functions
https://developer.blender.org/rB6742728ff155d0fd32641ec895ecf04f47ab2760
don't use llvm fgraph execution for now
===================================================================
M
source/blender/functions/frontends/data_flow_nodes/function_generation.cpp
===================================================================
diff --git
a/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp
b/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp
index 6543449c3d0..71a67852161 100644
--- a/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp
+++ b/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp
@@ -22,8 +22,8 @@ namespace FN { namespace DataFlowNodes {
fgraph_add_DependenciesBody(fn, fgraph);
fgraph_add_LLVMBuildIRBody(fn, fgraph);
- // fgraph_add_TupleCallBody(fn, fgraph);
- derive_TupleCallBody_from_LLVMBuildIRBody(fn, *(new
llvm::LLVMContext()));
+ fgraph_add_TupleCallBody(fn, fgraph);
+ // derive_TupleCallBody_from_LLVMBuildIRBody(fn, *(new
llvm::LLVMContext()));
return fn;
}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs