[PATCH] D18960: [lld] Initial implementation of TLSDESC relocation handling
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 13:43:27 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/Writer.cpp:357
@@ -311,2 +356,3 @@
if (!Target->canRelaxTls(Type, &Body)) {
+<<<<<<< HEAD
if (Out<ELFT>::Got->addDynTlsEntry(Body)) {
----------------
Can you upload this again? This patch contains merge conflict markers.
http://reviews.llvm.org/D18960
More information about the llvm-commits
mailing list