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:
parent
0b3d2a0666
commit
6c18afa645
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user