[all-commits] [llvm/llvm-project] 7d507f: [PowerPC] Fix missing GOT indirect variant kind
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Wed May 6 04:02:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d507ff55f6c7e44233be129072de1309b96d96d
https://github.com/llvm/llvm-project/commit/7d507ff55f6c7e44233be129072de1309b96d96d
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2020-05-06 (Wed, 06 May 2020)
Changed paths:
M llvm/lib/MC/MCExpr.cpp
A llvm/test/MC/PowerPC/future-reloc.s
Log Message:
-----------
[PowerPC] Fix missing GOT indirect variant kind
The function MCSymbolRefExpr::getVariantKindForName was missing the entry for
VK_PPC_GOT_PCREL. This patch adds the missing entry.
Differential Revision: https://reviews.llvm.org/D79015
More information about the All-commits
mailing list