[PATCH] D22749: [ELF] - Linkerscript: Implemented SORT command

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 07:20:54 PDT 2016


rafael added inline comments.

================
Comment at: ELF/LinkerScript.cpp:147
@@ -146,1 +146,3 @@
+      auto *InCmd = dyn_cast<InputSectionDescription>(Cmd.get());
+      if (!InCmd)
         continue;
----------------
Maybe getSectionMap should do this filtering?


https://reviews.llvm.org/D22749





More information about the llvm-commits mailing list