1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 0b3d2a0666
commit 6c18afa645

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