mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-23 20:44:51 +00:00
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:
parent
7a0d68c080
commit
ddeff4c27a
@ -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