[PATCH] D28688: MC: Introduce the ABS8 symbol modifier.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 08:10:48 PST 2017
RKSimon added a reviewer: rafael.
RKSimon added inline comments.
================
Comment at: llvm/include/llvm/MC/MCExpr.h:193
VK_WEAKREF, // The link between the symbols in .weakref foo, bar
+ VK_ABS8,
----------------
Should this be VK_X86_ABS8 or do we expect other targets to use this?
https://reviews.llvm.org/D28688
More information about the llvm-commits
mailing list