• Andres Freund's avatar
    LLVMJIT: Check for 'noinline' attribute in recursively inlined functions. · bcafa263
    Andres Freund authored
    Previously the attribute was only checked for external functions
    inlined, not "static" functions that had to be inlined as
    dependencies.
    
    This isn't really a bug, but makes debugging a bit harder. The new
    behaviour also makes more sense. Therefore backpatch.
    
    Author: Andres Freund
    Backpatch: 11-, where JIT compilation was added
    bcafa263
llvmjit_inline.cpp 24.4 KB