Skip to content
/ cAttrib Public

Generic tool for code generation based on C++11 Attributes

License

Notifications You must be signed in to change notification settings

trfd/cAttrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generic tool for code generation based on C++11 Attributes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages