[llvm-commits] [PATCH] [lld] Factor File::addAtom out to MutableFile::addAtom.

Michael Spencer bigcheesegs at gmail.com
Wed Jan 9 12:43:15 PST 2013


Hi kledzik,

This removes a bunch of llvm_unreachables and makes a File's mutability part of the type system.


http://llvm-reviews.chandlerc.com/D274

Files:
  include/lld/Core/File.h
  include/lld/Core/Pass.h
  include/lld/Core/Resolver.h
  lib/Passes/GOTPass.cpp
  lib/Passes/StubsPass.cpp
  lib/ReaderWriter/ELF/ReaderELF.cpp
  lib/ReaderWriter/MachO/StubsPass.hpp
  lib/ReaderWriter/Native/ReaderNative.cpp
  lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
  lib/ReaderWriter/ReaderArchive.cpp
  lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  tools/lld-core/TestingHelpers.hpp
  tools/lld-core/lld-core.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D274.1.patch
Type: text/x-patch
Size: 9649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130109/dbf987af/attachment.bin>


More information about the llvm-commits mailing list