I would like to use the build system of llvm to build my tool that is based on clang.<br><br>I made a new directory under clang/tools with the name of the tool "polyextract". I copied the CMakelist.txt and Makefile from the clang-cc and modified them<br>
I then configure from llvm trunk and make, but unfortunately I only get the object file generated and no executable is generated in the Debug/bin<br><br>I would appreciate your help. Sorry I am not familiar with the build systems.<br>
<br>Attached are the files I modified<br><br>Thanks<br>Moataz<br>