[PATCH] D67373: Don't emit .gnu_pubnames when tuning for LLDB

Jonas Devlieghere via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 9 16:22:32 PDT 2019


JDevlieghere added inline comments.


================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:3400
   if (DwarfFission != DwarfFissionKind::None ||
-      DebuggerTuning == llvm::DebuggerKind::LLDB ||
       (PubnamesArg && checkDebugInfoOption(PubnamesArg, Args, D, TC)))
----------------
Is this codepath Darwin only? Even if it's not this should be fine because we should emit debug_names if debugger tuning is lldb. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67373





More information about the cfe-commits mailing list