Add codegen for rt column drawers

This commit is contained in:
Magnus Norddahl 2016-10-07 06:40:29 +02:00
commit 8c259f50b1
7 changed files with 289 additions and 134 deletions

View file

@ -334,6 +334,7 @@ public:
class name##LLVMCommand : public base \
{ \
public: \
using base::base; \
void Execute(DrawerThread *thread) override \
{ \
WorkerThreadData d = ThreadData(thread); \