This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-04-26 05:26:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
tools
/
llvm-rtdyld
History
Benjamin Kramer
9ce7708abb
llvm-rtdyld: Don't leak memory managers.
...
Dyld never outlives MemMgr, just put both on the stack. llvm-svn: 187697
2013-08-03 22:16:31 +00:00
..
CMakeLists.txt
Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes.
2013-01-25 22:50:58 +00:00
llvm-rtdyld.cpp
llvm-rtdyld: Don't leak memory managers.
2013-08-03 22:16:31 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes.
2013-01-25 22:50:58 +00:00