OSDN Git Service

[dsymutil] Move string pool into its own implementatino file. NFC.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Mar 2018 10:05:54 +0000 (10:05 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 1 Mar 2018 10:05:54 +0000 (10:05 +0000)
commite993fb5d704ad113a3c63c303e42c87c13d091fb
treee6c56f23026183f22edd9082068d1f889d8223f5
parent1eba8752d75ed6cc7461e49ca3bda0b9ac4d66e3
[dsymutil] Move string pool into its own implementatino file. NFC.

The DwarfLinker implementation is already relatively large with over 4k
LOC. This commit moves the implementation of NonRelocatableStringpool
into a separate cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326425 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/CMakeLists.txt
tools/dsymutil/DwarfLinker.cpp
tools/dsymutil/NonRelocatableStringpool.cpp [new file with mode: 0644]
tools/dsymutil/NonRelocatableStringpool.h