forked from OSchip/llvm-project
parent
da323e88ea
commit
a8b64fe64f
|
@ -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