mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 16:37:42 +00:00
Add a corresponding '@LOCAL' parse to match r224415.
Pointed out by Jim Grosbach. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c559ba7251
commit
d2c6da0f4a
@ -354,6 +354,7 @@ MCSymbolRefExpr::getVariantKindForName(StringRef Name) {
|
||||
.Case("GOT@HA", VK_PPC_GOT_HA)
|
||||
.Case("got@ha", VK_PPC_GOT_HA)
|
||||
.Case("local", VK_PPC_LOCAL)
|
||||
.Case("LOCAL", VK_PPC_LOCAL)
|
||||
.Case("TOCBASE", VK_PPC_TOCBASE)
|
||||
.Case("tocbase", VK_PPC_TOCBASE)
|
||||
.Case("TOC", VK_PPC_TOC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user