[PATCH] D30129: Fix asm printing of associated sections

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 18:18:48 PST 2017


eugenis added inline comments.


================
Comment at: lib/MC/MCSectionELF.cpp:157
 
+  if (Flags & ELF::SHF_LINK_ORDER && AssociatedSymbol) {
+    OS << ",";
----------------
pcc wrote:
> (from D29104) Would AssociatedSymbol ever be null?
should never happen


Repository:
  rL LLVM

https://reviews.llvm.org/D30129





More information about the llvm-commits mailing list