[PATCH] D34964: [LLD] [COFF] Add initial support for some ARM64 relocations and import thunks

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 10:58:51 PDT 2017


ruiu added a comment.

Generally looking good.



================
Comment at: COFF/Chunks.cpp:388-389
 
+void ImportThunkChunkARM64::getBaserels(std::vector<Baserel> *Res) {
+}
+
----------------
Is this a to-do, or really empty?


https://reviews.llvm.org/D34964





More information about the llvm-commits mailing list