[PATCH] D18711: Change how we apply rellocations

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 15:23:51 PDT 2016


silvas added a subscriber: silvas.

================
Comment at: ELF/Target.cpp:530
@@ -543,1 +529,3 @@
+void X86TargetInfo::relocateOne(uint8_t *Loc, uint32_t Type,
+                                uint64_t Val) const {
   switch (Type) {
----------------
`Val` is very generic. The previous names were based on computations in the psABI specs. Where is the documentation of the meaning of `Val`?


http://reviews.llvm.org/D18711





More information about the llvm-commits mailing list