dibyendumajumdar / dmr_c

dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends
Other
52 stars 2 forks source link

Initializers of local / global static variables not fully supported #6

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

The sparse-llvm backend does not handle initialization of local static or global static variables except for very simple global statics such as strings.