[PATCH] D66306: Fix lld on GCC 5.1 after the C++14 move

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 10:43:56 PDT 2019


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: lld/ELF/LinkerScript.cpp:337
+  case SortSectionPolicy::Default:
+    return;
+  case SortSectionPolicy::None:
----------------
nit: remove, to make Default fall through to None. (No fall through annotation needed for completely empty cases)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66306/new/

https://reviews.llvm.org/D66306





More information about the llvm-commits mailing list