[all-commits] [llvm/llvm-project] acbd82: Fix print module manifest file for macos (#122370)
Bill Hoffman via All-commits
all-commits at lists.llvm.org
Sun Jan 12 18:20:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: acbd822879f7727127926c25e1b47f5017f962c5
https://github.com/llvm/llvm-project/commit/acbd822879f7727127926c25e1b47f5017f962c5
Author: Bill Hoffman <bill.hoffman at kitware.com>
Date: 2025-01-13 (Mon, 13 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.
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