[PATCH] D26240: [LLD][ARM][AArch64] ARM and AArch64 undefined weak reference values for relative relocations
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 11:37:12 PDT 2016
ruiu added a comment.
I think you forgot to include Symbols.h into this patch.
================
Comment at: ELF/InputSection.cpp:261
+static uint64_t getARMUndefinedRelativeWeakVA(uint32_t Type,
+ uint32_t A,
----------------
uint64_t -> uint32_t?
https://reviews.llvm.org/D26240
More information about the llvm-commits
mailing list