[PATCH] D30129: Fix asm printing of associated sections

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 18:07:57 PST 2017


pcc added inline comments.


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


Repository:
  rL LLVM

https://reviews.llvm.org/D30129





More information about the llvm-commits mailing list