[PATCH] D96346: [NFC][PPC] Refactor TOC representation to allow several entries for the same symbol
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 14:28:07 PST 2021
amyk added inline comments.
================
Comment at: llvm/lib/MC/MCExpr.cpp:225
case VK_None: return "<<none>>";
+ case VK_Empty: return "<<empty>>";
----------------
nit: Address the clang format.
Also, sorry, this might be a silly question. What is the difference between `VK_None` and `VK_Empty`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96346/new/
https://reviews.llvm.org/D96346
More information about the llvm-commits
mailing list