[cfe-dev] Executable not generated

Omid Ghenatnevi via cfe-dev cfe-dev at lists.llvm.org
Sat Nov 14 11:45:35 PST 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151114/2cdc12ab/attachment.html>


More information about the cfe-dev mailing list