[all-commits] [llvm/llvm-project] 9be358: [clang][Driver] Add -fuse-lipo option (#121231)
Ashley Hauck via All-commits
all-commits at lists.llvm.org
Thu Jan 16 13:58:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9be358f82e90317a28754248038f0abd5aef38fd
https://github.com/llvm/llvm-project/commit/9be358f82e90317a28754248038f0abd5aef38fd
Author: Ashley Hauck <953151+khyperia at users.noreply.github.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Darwin.cpp
A clang/test/Driver/fuse-lipo.c
Log Message:
-----------
[clang][Driver] Add -fuse-lipo option (#121231)
Partially fixes https://github.com/llvm/llvm-project/issues/59552 by
adding a new option `-fuse-lipo` that can specify the tool name to be
used by clang-driver for the lipo action. For example, pass
`-fuse-lipo=llvm-lipo` to use `llvm-lipo` instead of the default `lipo`.
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