Hi all,
This is my first mail. The example clang/examples/wpa fails to compile with the llvm commit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125154
91177308-0d34-0410-b5e6-96231b3b80d8 (http://llvm.org/git/llvm.git), because the “class AnalysisManager” has been changed to takes an extra boolean argument.
Regards,
Talespin_kit
|
This should be fixed in r125235.
Should we re-enable building for wpa ?
I don’t recall the original reason why it was disabled. I’m willing to maintain these kinds of changes to it for now. No buildbot currently detects when this example breaks.
I don’t recall the original reason why it was disabled. I’m willing to maintain these kinds of changes to it for now. No buildbot currently detects when this example breaks.
We disabled it because it takes forever to link. The wasted developer time >> the utilize of compiling this example.
- Doug
The example fails again after adding CheckerManger class in the commit
43dee220252ef0b42c5f8a3bb1eca97f84f2565f(http://llvm.org/git/clang.git).
commited on 2011-02-14 23:43:31.
Fixed at r125565.