- Make sure you have installed LLVM with the "clang" and "clang-tools-extra" projects enabled.
- Copy this folder ("loop-convert") into the "clang-tools-extra" folder of your LLVM sources.
- Open the
CMakeLists.txtfile of that "clang-tools-extra" folder and add "loop-convert" to the list of subdirectories:add_subdirectory(loop-convert) - Go to your LLVM build folder and rebuild the project accordingly. E.g.:
ninja - Execute the loop-convert tool from the LLVM build folder:
bin/loop-convert <source file>
rauletorresc/loop-convert
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|