Vuo  2.0.0
Functions | Variables
VuoCompiler.cc File Reference

Description

VuoCompiler implementation.

Definition in file VuoCompiler.cc.

Go to the source code of this file.

Functions

static void __attribute__ ((constructor)) VuoCompiler_init(void)
 Workaround for an LLVM bug. More...
 

Variables

dispatch_queue_t llvmQueue = NULL
 Synchronizes access to LLVM's global context. Don't call environmentQueue from this queue. More...
 

Function Documentation

◆ __attribute__()

static void __attribute__ ( (constructor)  )
static

Workaround for an LLVM bug.

Definition at line 63 of file VuoCompiler.cc.

Variable Documentation

◆ llvmQueue

dispatch_queue_t llvmQueue = NULL

Synchronizes access to LLVM's global context. Don't call environmentQueue from this queue.

Definition at line 58 of file VuoCompiler.cc.