[cfe-users] question about building

2017-04-17 Thread Michael Mitchell via cfe-users
I'm new to LLVM and also new to Cmake. I've checked out multiple LLVM projects including clang (see below for list of projects checked out). I made the build directory. My question has three possible answers - A,B, or C, but if the answer is neither of those 3 can you please describe in detail w

[cfe-users] can't find binary/executable

2017-04-21 Thread Michael Mitchell via cfe-users
Hi, my exact question is in paragraph numbered 3 below. The first two paragraphs have prefatory information. 1. I ran the following command to build llvm and clang (with the intention of building the examples), `sudo cmake -DLLVM_BUILD_EXAMPLES=1 -DCLANG_BUILD_EXAMPLES=1 -DCMAKE_BUILD_TYPE="Relea

Re: [cfe-users] can't find binary/executable

2017-04-21 Thread Michael Mitchell via cfe-users
Update, Sorry about that I found the instructions in the ReadMe for the PrintFunctionsDir, but they don't seem to be update or I'm running them wrong. The ReadMe says the following: "This is a simple example demonstrating how to use clang's facility for providing AST consumers using a plugin. Bu

Re: [cfe-users] can't find binary/executable

2017-04-21 Thread Michael Mitchell via cfe-users
Problems been solved. For anyone else with the same question, the problem was that I wasn't using the clang that I had built the file against (clang came installed by default on the system). When I ran ./build/bin/clang and followed the instructions at this tutorial it worked fine https://clang.ll