Fix build breakage after llvm r240426

Test Plan: It builds, tests pass.

Reviewers: tstellarAMD, rafael

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D10660

llvm-svn: 240429
This commit is contained in:
Pavel Labath
2015-06-23 17:15:14 +00:00
parent 234197f28b
commit a6d0dd74f1

View File

@@ -278,9 +278,8 @@ ELFSymbol::typeToCString(unsigned char type)
ENUM_TO_CSTR(STT_FILE);
ENUM_TO_CSTR(STT_COMMON);
ENUM_TO_CSTR(STT_TLS);
ENUM_TO_CSTR(STT_LOOS);
ENUM_TO_CSTR(STT_HIOS);
ENUM_TO_CSTR(STT_GNU_IFUNC);
ENUM_TO_CSTR(STT_HIOS);
ENUM_TO_CSTR(STT_LOPROC);
ENUM_TO_CSTR(STT_HIPROC);
}