[lld] r268499 - Sort entries. NFC.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Wed May 4 07:38:55 PDT 2016
Author: rafael
Date: Wed May 4 09:38:55 2016
New Revision: 268499
URL: http://llvm.org/viewvc/llvm-project?rev=268499&view=rev
Log:
Sort entries. NFC.
Modified:
lld/trunk/ELF/InputSection.h
Modified: lld/trunk/ELF/InputSection.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputSection.h?rev=268499&r1=268498&r2=268499&view=diff
==============================================================================
--- lld/trunk/ELF/InputSection.h (original)
+++ lld/trunk/ELF/InputSection.h Wed May 4 09:38:55 2016
@@ -31,8 +31,8 @@ enum RelExpr {
R_GOT,
R_GOTONLY_PC,
R_GOTREL,
- R_GOT_OFF,
R_GOT_FROM_END,
+ R_GOT_OFF,
R_GOT_PAGE_PC,
R_GOT_PC,
R_MIPS_GOT,
More information about the llvm-commits
mailing list