mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 10:09:35 -05:00
Unfortunately in LLVM 3.9 LLVMGetAttributeCountAtIndex(func, index) crashes when called with an index that has 0 attributes. Since there's no way to work around this in the C API, add a small C++ wrapper doing so. The only reason this didn't fail before |
||
|---|---|---|
| .. | ||
| jit.h | ||
| llvmjit.h | ||
| llvmjit_emit.h | ||