OSDN Git Service

[NFC] Rename DwarfAccelTable and move header.
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Jan 2018 14:52:41 +0000 (14:52 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 29 Jan 2018 14:52:41 +0000 (14:52 +0000)
commit633599ba035b57d4fdc881a0c95b15a54d77cb92
tree562b870c6d9a16d07960f70bc47d40fd7e0a7f47
parent4cd1837737e8058709c1457d1c43cd01d41cddac
[NFC] Rename DwarfAccelTable and move header.

This patch renames DwarfAccelTable.{h,cpp} to AccelTable.{h,cpp} and
moves the header to the include dir so it is accessible by the
dsymutil implementation.

Differential revision: https://reviews.llvm.org/D42529

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323654 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AccelTable.h [moved from lib/CodeGen/AsmPrinter/DwarfAccelTable.h with 81% similarity]
lib/CodeGen/AsmPrinter/AccelTable.cpp [moved from lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp with 97% similarity]
lib/CodeGen/AsmPrinter/CMakeLists.txt
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h