Yaron Keren
2013-Oct-06 21:48 UTC
[LLVMdev] JIT has no EH, what RegisterTable and friends doing there?
RegisterTable() is never called and so the whole machinary is without use. Shouldn't all these functions be removed ? Yaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131007/3c3274ad/attachment.html>
Rafael EspĂndola
2013-Oct-07 13:58 UTC
[LLVMdev] JIT has no EH, what RegisterTable and friends doing there?
On 6 October 2013 17:48, Yaron Keren <yaron.keren at gmail.com> wrote:> RegisterTable() is never called and so the whole machinary is without use. > > Shouldn't all these functions be removed ?It should. Removed in r192101. Thanks a lot for noticing it! Cheers, Rafael
Seemingly Similar Threads
- SmallString + raw_svector_ostream combination should be more efficient
- [LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
- [LLVMdev] Size limitations in MCJIT / ELF Dynamic Linker/ ELF codegen?
- [LLVMdev] SmallString + raw_svector_ostream combination should be more efficient
- [LLVMdev] [lldb-dev] RFC: LLVM should require a working C++11 <thread>, <mutex>, and <atomic>