[PATCH] D56037: [AArch64] Emit the correct MCExpr relocations specifiers like VK_ABS_G0, etc
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 9 18:44:21 PST 2019
efriedma added inline comments.
================
Comment at: lib/Target/AArch64/AArch64MCInstLower.cpp:203
+ RefFlags |= AArch64MCExpr::VK_SABS;
+ else RefFlags |= AArch64MCExpr::VK_ABS;
+
----------------
Formatting
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56037/new/
https://reviews.llvm.org/D56037
More information about the llvm-commits
mailing list