[PATCH] D18711: Change how we apply rellocations

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 11:19:56 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/InputSection.cpp:297
@@ -322,4 +296,3 @@
+        write32be(BufLoc + 4, 0xe8410028); // ld %r2, 40(%r1)
     }
 
----------------
This `if` falls through because there's no `continue`. Is this expected?


http://reviews.llvm.org/D18711





More information about the llvm-commits mailing list