[all-commits] [llvm/llvm-project] f91159: [clang][AIX] Omitting Explicit Debugger Tuning Option

Qiongsi Wu via All-commits all-commits at lists.llvm.org
Thu Oct 20 12:27:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f911598bd440182b1383aa570de66a574d468a42
      https://github.com/llvm/llvm-project/commit/f911598bd440182b1383aa570de66a574d468a42
  Author: Qiongsi Wu <qiongsiwu at gmail.com>
  Date:   2022-10-20 (Thu, 20 Oct 2022)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/test/Driver/debug-options.c

  Log Message:
  -----------
  [clang][AIX] Omitting Explicit Debugger Tuning Option

On AIX, the default debugger is `dbx` so it is not necessary to explicitly set `-debugger-tuning=dbx` in the presence of `-g`.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D136187




More information about the All-commits mailing list