[Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.
authorAlexey Lapshin <a.v.lapshin@mail.ru>
Thu, 5 Dec 2019 10:11:32 +0000 (13:11 +0300)
committerAlexey Lapshin <a.v.lapshin@mail.ru>
Fri, 6 Dec 2019 07:02:27 +0000 (10:02 +0300)
commit9e8c799e2b0dc3e3b20f5044309fa8e48e8e3e32
tree2a81ec27e98950aaea1a061b2fdaa884a35d0882
parentc4d8c6319f576a7540017168db2f0440691914f4
[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
llvm/include/llvm/CodeGen/NonRelocatableStringpool.h [moved from llvm/tools/dsymutil/NonRelocatableStringpool.h with 72% similarity]
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/NonRelocatableStringpool.cpp [moved from llvm/tools/dsymutil/NonRelocatableStringpool.cpp with 90% similarity]
llvm/tools/dsymutil/CMakeLists.txt
llvm/tools/dsymutil/DeclContext.h
llvm/tools/dsymutil/DwarfLinker.cpp
llvm/tools/dsymutil/DwarfStreamer.h
llvm/tools/dsymutil/MachOUtils.cpp