llvm-project/lld/lib
David Majnemer 62ac78ae3e LinkerScript: Remove leaks in the parser
LinkerScript AST nodes are never destroyed which means that their
std::vector members will never be destroyed.

Instead, allocate the operand list itself in the Parser's
BumpPtrAllocator.  This ensures that the storage will be destroyed along
with the nodes when the Parser is destroyed.

llvm-svn: 229967
2015-02-20 05:10:06 +00:00
..
Config add_lld_library -> add_llvm_library 2015-01-21 21:26:27 +00:00
Core [Core] Remove roundTripPass() function. 2015-02-06 04:15:02 +00:00
Driver PECOFF: Don't parse files in .drectve asynchronously. 2015-02-12 20:33:40 +00:00
Passes Remove unused parameter. 2015-02-11 23:22:34 +00:00
ReaderWriter LinkerScript: Remove leaks in the parser 2015-02-20 05:10:06 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Revert "Add support library." 2014-11-11 00:40:36 +00:00