[PATCH] D46204: [PPC64] V2 abi: Emit plt call stubs to the text section rather then the plt section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 5 01:56:28 PDT 2018


grimar added inline comments.


================
Comment at: ELF/Thunks.cpp:587
+  llvm_unreachable("add Thunk only supported for ARM, Mips and PowerPC");
   return nullptr;
 }
----------------
btw, you do not need to return after `llvm_unreachable`


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46204





More information about the llvm-commits mailing list