<div dir="ltr"><br><div>Hello everyone, </div><div><br></div><div>Here is the layout of my directories:</div><div><br></div><div>static_analysis</div><div>    llvm</div><div>       tools</div><div>           clang</div><div>               tools</div><div>                  Makefile  (added to PARALLEL_DIRS  := example)</div><div>                  example (directory with the tool I created Example.cpp)</div><div>    build</div><div><br></div><div>$ cd static_analysis/build</div><div>$ <span style="font-size:12.8px">cmake  -DCMAKE _ BUILD_TYPE=RELEASE  ../llvm</span></div><div><span style="font-size:12.8px">$ make -j4</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">The executable for Example.cpp in example directory is not generated. Any help would be greatly appreciated</span></div></div>