CL-LLVM
CL-LLVM copied to clipboard
DISPOSE-MODULE causes SIGBUS
LLVMDisposeModule
is causing a SIGBUS whenever it is called. The workaround is to just let modules leak for now, but this will have to be sorted out.
Fixed in f23782a88e84f392148f50ca4ca045773e0b1ddc.
Nevermind, this seems to be happening again. Restored the workaround in 2a000f2fba13eabd70c3b112f198768d5102b71b.
This doesn't seem to happen anymore; pull request 14 includes a restoration of the dispose call.