[PATCH] Set a debugger "target" to guide DWARF choices

Ed Maste emaste at freebsd.org
Mon May 11 07:40:14 PDT 2015


================
Comment at: lib/CodeGen/AsmPrinter/DwarfDebug.cpp:213
@@ +212,3 @@
+  if (Asm->TM.Options.DebuggerTuning == DebuggerKind::Default) {
+    if (IsDarwin)
+      Asm->TM.Options.DebuggerTuning = DebuggerKind::LLDB;
----------------
Note that on FreeBSD as on Darwin we set `-fstandalone-debug` by default.

http://reviews.llvm.org/D8506

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list