Skip to content

samuel-cc-4451/getting-started-llvm-c-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                    ~ Getting started with the LLVM C API ~

See accompanying blog post at https://pauladamsmith.com/blog/2015/01/how-to-get-started-with-llvm-c-api.html

Works with LLVM 3.8.0 and above. http://llvm.org/releases/download.html

To use, download the LLVM source code, unpack, and follow the instructions for
building and installing.

Once LLVM is installed, clone this repo, cd to it, and run:

    $ make all
    $ ./sum.out 42 99
    141

	$./factorial.out 6
	720

About

Getting started with the LLVM C API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.8%
  • Makefile 5.2%