[PATCH] D129401: [libLTO] Set data-sections by default in libLTO for ELF and XCOFF.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 18 14:33:34 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:579
 
+  if (Args.hasArg(options::OPT_fno_data_sections))
+    CmdArgs.push_back("-plugin-opt=-data-sections=0");
----------------
This should be combined with the previous `if`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129401



More information about the cfe-commits mailing list