Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 249 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 249 Bytes

llvm-pru

llvm backend targeting the texas instruments pru cpu.

build instructions

# create build directory:
$ mkdir build
$ cd build

# run cmake, then build
$ cmake -G Ninja ..  # or -G "Unix Makefiles"
$ ninja  # or make