[PATCH] [PATCH] [ELF/AArch64] Initial General-dynamic TLS support
Shankar Kalpathi Easwaran
shankarke at gmail.com
Tue Jun 30 18:13:41 PDT 2015
================
Comment at: lib/ReaderWriter/ELF/AArch64/AArch64RelocationHandler.cpp:433-434
@@ +432,4 @@
+ llvm::dbgs() << " result: " << Twine::utohexstr(result) << "\n");
+ //if ((result & 0x7) != 0)
+ // return make_unaligned_range_reloc_error();
+ result &= 0xFF8;
----------------
Can you remove these inline comments ?
http://reviews.llvm.org/D10842
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list