Hello everyone,
Here is the layout of my directories:
static_analysis
llvm
tools
clang
tools
Makefile (added to PARALLEL_DIRS := example)
example (directory with the tool I created Example.cpp)
build
$ cd static_analysis/build
$ cmake -DCMAKE _ BUILD_TYPE=RELEASE …/llvm
$ make -j4
The executable for Example.cpp in example directory is not generated. Any help would be greatly appreciated