[all-commits] [llvm/llvm-project] 27e244: [clang][AIX] Fix -print-runtime-dir on AIX (#104806)

Jake Egan via All-commits all-commits at lists.llvm.org
Sun Sep 1 20:38:05 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 27e244f51435f8f0933969782a6faddfcbe809a6
      https://github.com/llvm/llvm-project/commit/27e244f51435f8f0933969782a6faddfcbe809a6
  Author: Jake Egan <Jake.egan at ibm.com>
  Date:   2024-09-01 (Sun, 01 Sep 2024)

  Changed paths:
    M clang/lib/Driver/ToolChain.cpp
    A clang/test/Driver/aix-print-runtime-dir.c

  Log Message:
  -----------
  [clang][AIX] Fix -print-runtime-dir on AIX (#104806)

Currently the option prints a path to a nonexistent directory with the
full triple, `lib/powerpc64-ibm-aix7.2.0.0`. It should only be
`lib/aix`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list