Displaying 3 results from an estimated 3 matches for "ef17343f".
2008 Aug 22
0
[LLVMdev] Call Graph Analysis
On Aug 21, 2008, at 2:20 PM, kapil anand wrote:
> Hi,
>
> I have made my optimization as an extension of ModulePass as
> suggested in last mail. I included "addRequired<CallGraph>" in
> getAnalysisUsage function.
> The application compiles fine but while linking, I get following
> errors:
> "undefined reference to llvm::CallGraphLinkVar"
2008 Aug 22
1
[LLVMdev] Call Graph Analysis
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080822/ef17343f/attachment.html>
2008 Aug 21
2
[LLVMdev] Call Graph Analysis
Hi,
I have made my optimization as an extension of ModulePass as suggested in
last mail. I included "addRequired<CallGraph>" in getAnalysisUsage function.
The application compiles fine but while linking, I get following errors:
"undefined reference to llvm::CallGraphLinkVar"
"undefined reference to llvm::CallGraph::ID
The above error is at point where I refer to