LLVMx

with-builder

macro

Macro

                        (with-builder name ctx :rest body)
                    

Bind name to a builder on ctx, run body, then dispose it.

with-context

macro

Macro

                        (with-context name :rest body)
                    

Bind name to a fresh context, run body, then dispose it.