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

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

[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