Hi, I found that http://llvm.org/doxygen seems to be out-of-date. The footer shows that the files are regenerated everyday. I guess that the input repository for doxygen has not been updated for a while. For example, http://llvm.org/doxygen/namespacellvm.html#adeb6bbe8b1bed333ee7608e1939153c0 It says llvm::ParseBitcodeFile() has following prototype: Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context, std::string *ErrMsg = 0); However, from the subversion log, it seem that it have been changed to: ErrorOr<Module *> parseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context); since 2014/01/15. Does any have any idea? Thanks. Sincerely, Logan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140221/205e1fa4/attachment.html>
Pinging this since I'm interested in the answer as well. Philip On 02/21/2014 03:48 AM, Logan Chien wrote:> Hi, > > I found that http://llvm.org/doxygen seems to be out-of-date. The > footer shows that the files are regenerated everyday. I guess that > the input repository for doxygen has not been updated for a while. > > For example, > > http://llvm.org/doxygen/namespacellvm.html#adeb6bbe8b1bed333ee7608e1939153c0 > > It says llvm::ParseBitcodeFile() has following prototype: > > Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext > &Context, std::string *ErrMsg = 0); > > However, from the subversion log, it seem that it have been changed to: > > ErrorOr<Module *> parseBitcodeFile(MemoryBuffer *Buffer, > LLVMContext &Context); > > since 2014/01/15. Does any have any idea? Thanks. > > Sincerely, > Logan > > > _______________________________________________ > 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/20140224/0e2a0cb0/attachment.html>
I'll look into it. General FYI that I will make more clear on the website eventually: For issues like this, its best to email llvm-admin to get the attention of the sys admins since llvmdev gets so much traffic. (But I realize this policy isn't clear and I think we actually have llvmdev as the contact somewhere on the website) Thanks, Tanya On Feb 21, 2014, at 3:48 AM, Logan Chien <tzuhsiang.chien at gmail.com> wrote:> Hi, > > I found that http://llvm.org/doxygen seems to be out-of-date. The footer shows that the files are regenerated everyday. I guess that the input repository for doxygen has not been updated for a while. > > For example, > > http://llvm.org/doxygen/namespacellvm.html#adeb6bbe8b1bed333ee7608e1939153c0 > > It says llvm::ParseBitcodeFile() has following prototype: > > Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context, std::string *ErrMsg = 0); > > However, from the subversion log, it seem that it have been changed to: > > ErrorOr<Module *> parseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context); > > since 2014/01/15. Does any have any idea? Thanks. > > Sincerely, > Logan > _______________________________________________ > 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/20140224/0a68d7f2/attachment.html>
This has been fixed. -Tanya On Feb 24, 2014, at 2:29 PM, Tanya Lattner <tonic at nondot.org> wrote:> I'll look into it. > > General FYI that I will make more clear on the website eventually: For issues like this, its best to email llvm-admin to get the attention of the sys admins since llvmdev gets so much traffic. (But I realize this policy isn't clear and I think we actually have llvmdev as the contact somewhere on the website) > > Thanks, > Tanya > > > On Feb 21, 2014, at 3:48 AM, Logan Chien <tzuhsiang.chien at gmail.com> wrote: > >> Hi, >> >> I found that http://llvm.org/doxygen seems to be out-of-date. The footer shows that the files are regenerated everyday. I guess that the input repository for doxygen has not been updated for a while. >> >> For example, >> >> http://llvm.org/doxygen/namespacellvm.html#adeb6bbe8b1bed333ee7608e1939153c0 >> >> It says llvm::ParseBitcodeFile() has following prototype: >> >> Module *ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context, std::string *ErrMsg = 0); >> >> However, from the subversion log, it seem that it have been changed to: >> >> ErrorOr<Module *> parseBitcodeFile(MemoryBuffer *Buffer, LLVMContext &Context); >> >> since 2014/01/15. Does any have any idea? Thanks. >> >> Sincerely, >> Logan >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > 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/20140225/92595045/attachment.html>
Possibly Parallel Threads
- [LLVMdev] load bytecode from string for jiting problem
- [LLVMdev] load bytecode from string for jiting problem
- [LLVMdev] load bytecode from string for jiting problem
- [LLVMdev] load bytecode from string for jiting problem
- [LLVMdev] load bytecode from string for jiting problem