Define NT_GNU_BUILD_ID constant.

llvm-svn: 263288
This commit is contained in:
Rui Ueyama 2016-03-11 20:20:25 +00:00
parent da323e88ea
commit a8b64fe64f
1 changed files with 5 additions and 0 deletions

View File

@ -1310,6 +1310,11 @@ enum {
VER_NEED_CURRENT = 1
};
// SHT_NOTE section types
enum {
NT_GNU_BUILD_ID = 3
};
} // end namespace ELF
} // end namespace llvm