Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 314 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 314 Bytes

Getting Started

Quick install

Run the commands:

git clone https://github.com/trfd/cAttrib.git
./configure

When done, run the following commands:

cd build
cmake -G Ninja ../llvm

Then build the LLVM using the command: This step is very long!!

ninja

ninja install
ccmake ../llvm
ninja