Skip to content
Snippets Groups Projects
Commit 0f515f89 authored by Michael J. Spencer's avatar Michael J. Spencer
Browse files

[ELF] Add R_X86_64_IRELATIVE.

llvm-svn: 173316
parent d24d5f2b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment