<div dir="ltr">Hi, <div>my exact question is in paragraph numbered 3 below. The first two paragraphs have prefatory information.</div><div><br>1. I ran the following command to build llvm and clang (with the intention of building the examples),<br><br>`sudo cmake -DLLVM_BUILD_EXAMPLES=1 -DCLANG_BUILD_EXAMPLES=1 -DCMAKE_BUILD_TYPE="Release" ../llvm`<br><br>2. After it completed, I ran `make` and `make install`. The output from `make install` showed this (for the PrintFunctions example in /clang/examples)<br><br>[ 92%] Built target PrintFunctionNames_exports<br><br>[ 92%] Built target PrintFunctionNames<br><br>-- Installing: /usr/local/lib/PrintFunctionNames.so<br><br>3. Question: is there a step I need to do to run the PrintFunctionNames example?  I can't find a binary/executable?<br><br>4. In the directory build/tools/clang/examples, I have this<br><br>analyzer-plugin<br>clang-interpreter<br>CMakeFiles<br>PrintFunctionNames<br>AnnotateFunctions<br>cmake_install.cmake<br>Makefile<br><br><br>5. In  build/tools/clang/examples/PrintFunctionNames/ I have this<br><br>cmake_install.cmake <div>Makefile<br>CMakeFiles <div>PrintFunctionNames.exports<br><br><br></div></div></div></div>