-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work in out of tree build #2
Comments
I have worked on this some more, and the good news is that not many changes are needed to make it work. I can't test the build the way you describe (in-tree build), but for an out-of-tree build one simply needs to add this example into the makefile found in the Here's a patch of the changes to get this working on latest clang. There were a few small api changes and stuff. maybe I will make a pull request.
|
thanks @unphased - your diff was helpful, please do submit a PR! :) |
never mind - noticed the PR from https://github.com/showgood/LibToolingExample (Kevin, please merge it or @unphased's one!) :) |
The build should not be performed as you instruct, where you
svn co
tollvm
,cd llvm; make
.With such a configuration (with a build directory and a llvm source directory), the makefile breaks.
The text was updated successfully, but these errors were encountered: