[PATCH] D70182: Add read-only data assembly writing
David Tenty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 13:47:11 PST 2019
daltenty added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1752
+ !GVKind.isReadOnly()) ||
+ (GVKind.isMergeableCString() || GVKind.isMergeableConst()))
report_fatal_error("Encountered a global variable kind that is "
----------------
The extra parenthesis around this expression are unnecessary
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70182/new/
https://reviews.llvm.org/D70182
More information about the llvm-commits
mailing list