+ const TargetRelocationHandler<ELFT> &getRelocationHandler() const {
+ llvm_unreachable("Target should provide implementation for function ");
+ }
+
What's the point of overriding a pure virtual just to make it
unreachable? Just leave it pure virtual.
-- Sean Silva