Compiling LLVM IR to Object Code

We have seen how to implement the Kaleidoscope programming language, from source code to an LLVM IR to optimization to implementing a JIT compiler and implementing further extensions. In this article, we will compile the LLVM IR into object code.

Table of contents.Introduction.The target machine.Object code.Tying it together.Summary.References.Prerequisites.

Variable Mutation in Kaleidoscope

Introduction.

In this article, we compile our code into object code. Object code is the output w...

 •  0 comments  •  flag
Share on Twitter
Published on May 10, 2022 11:27
No comments have been added yet.