[all-commits] [llvm/llvm-project] 9e8c79: [Dsymutil][NFC] Move NonRelocatableStringpool into...

avl-llvm via All-commits all-commits at lists.llvm.org
Thu Dec 5 23:03:29 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e8c799e2b0dc3e3b20f5044309fa8e48e8e3e32
      https://github.com/llvm/llvm-project/commit/9e8c799e2b0dc3e3b20f5044309fa8e48e8e3e32
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2019-12-06 (Fri, 06 Dec 2019)

  Changed paths:
    A llvm/include/llvm/CodeGen/NonRelocatableStringpool.h
    M llvm/lib/CodeGen/CMakeLists.txt
    A llvm/lib/CodeGen/NonRelocatableStringpool.cpp
    M llvm/tools/dsymutil/CMakeLists.txt
    M llvm/tools/dsymutil/DeclContext.h
    M llvm/tools/dsymutil/DwarfLinker.cpp
    M llvm/tools/dsymutil/DwarfStreamer.h
    M llvm/tools/dsymutil/MachOUtils.cpp
    R llvm/tools/dsymutil/NonRelocatableStringpool.cpp
    R llvm/tools/dsymutil/NonRelocatableStringpool.h

  Log Message:
  -----------
  [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.

That refactoring moves NonRelocatableStringpool into common CodeGen folder.
So that NonRelocatableStringpool could be used not only inside dsymutil.

Differential Revision: https://reviews.llvm.org/D71068




More information about the All-commits mailing list