forked from paulsmith/getting-started-llvm-c-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting started with the LLVM C API
License
weebs/getting-started-llvm-c-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 Tested with LLVM 3.5.0. http://llvm.org/releases/download.html#3.5 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 $ ./sum 42 99 141
About
Getting started with the LLVM C API
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 82.8%
- Makefile 12.5%
- Shell 4.7%