mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[ELF] Add R_X86_64_IRELATIVE.
llvm-svn: 173316
This commit is contained in:
parent
8e189381a8
commit
c731b2e79a
@ -366,7 +366,8 @@ enum {
|
||||
R_X86_64_SIZE64 = 33,
|
||||
R_X86_64_GOTPC32_TLSDESC = 34,
|
||||
R_X86_64_TLSDESC_CALL = 35,
|
||||
R_X86_64_TLSDESC = 36
|
||||
R_X86_64_TLSDESC = 36,
|
||||
R_X86_64_IRELATIVE = 37
|
||||
};
|
||||
|
||||
// i386 relocations.
|
||||
|
Loading…
Reference in New Issue
Block a user