[PATCH] D45788: Mitigate relocation overflow [part 1 of 2]

PeiHsiangHung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 10 00:50:01 PDT 2018


NickHung added inline comments.
Herald added a subscriber: jrtc27.


================
Comment at: test/ELF/linkerscript/addr-zero.test:11
 # CHECK:        Name: foo
-# CHECK-NEXT:   Value: 0x0
+# CHECK-NEXT:   Value: 0x38
 # CHECK-NEXT:   Size: 0
----------------
This change breaks the value of foo.
The expected value of foo is 0x0.



Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45788





More information about the llvm-commits mailing list