This is an archive of the discontinued LLVM Phabricator instance.

[PPC64] Fix DQ-form instruction handeling and emit error for misalignment on a *_DS relocations
ClosedPublic

Authored by sfertile on Aug 22 2018, 1:16 PM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

sfertile created this revision.Aug 22 2018, 1:16 PM
ruiu accepted this revision.Aug 22 2018, 4:40 PM

LGTM

ELF/Arch/PPC64.cpp
102

encoding -> Encoding

103

Add a blank line before comment.

104

This function is small and used only once. I'd inline it and remove it.

This revision is now accepted and ready to land.Aug 22 2018, 4:40 PM
This revision was automatically updated to reflect the committed changes.