示例#1
0
        private static void Fibonacci_KernelModuleLowered(object sender, LLVMBackendEventArgs e)
        {
            IntPtr bla;

            LLVMSharp.LLVM.PrintModuleToFile(e.ModuleRef, "LoweringOutput.ll", out bla);
        }
示例#2
0
        private static void Fibonacci_PrepareModuleLowering(object sender, LLVMBackendEventArgs e)
        {
            IntPtr bla;

            LLVMSharp.LLVM.PrintModuleToFile(e.ModuleRef, "CodeGen.ll", out bla);
        }