Define NT_GNU_BUILD_ID constant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263288 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rui Ueyama 2016-03-11 20:20:25 +00:00
parent 7a0d68c080
commit ddeff4c27a

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