• Matheus Marchini's avatar
    add verbose debug output with -dd · d741c913
    Matheus Marchini authored
    LLVM optimizes IR before turning it into BPF instructions. Sometimes the
    optimization might cut off important code if the IR was not built
    correctly. -d is not enough to find these issues, therefore this patch
    introduces more debug levels to also print the raw IR before it gets
    optimized.
    d741c913
codegen.cpp 125 KB