[all-commits] [llvm/llvm-project] cd7080: Fix print module manifest file for macos (#122370)

Bill Hoffman via All-commits all-commits at lists.llvm.org
Tue Jan 14 01:41:02 PST 2025


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: cd708029e0b2869e80abe31ddb175f7c35361f90
      https://github.com/llvm/llvm-project/commit/cd708029e0b2869e80abe31ddb175f7c35361f90
  Author: Bill Hoffman <bill.hoffman at kitware.com>
  Date:   2025-01-14 (Tue, 14 Jan 2025)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M clang/test/Driver/modules-print-library-module-manifest-path.cpp

  Log Message:
  -----------
  Fix print module manifest file for macos (#122370)

This commit fixes -print-library-module-manifest-path on macos.
Currently, this only works on linux systems. This is because on macos
systems the library and header files are installed in a different
location. The module manifest is next to the libraries and the search
function was not looking in both places. There is also a test included.

(cherry picked from commit acbd822879f7727127926c25e1b47f5017f962c5)



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