[all-commits] [llvm/llvm-project] 12fdf0: [clang][Darwin] Handle reexported library argument...
Cyndy Ishida via All-commits
all-commits at lists.llvm.org
Fri Mar 29 13:44:44 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12fdf04ff8962c9e902669a1b600b27a960f0c11
https://github.com/llvm/llvm-project/commit/12fdf04ff8962c9e902669a1b600b27a960f0c11
Author: Cyndy Ishida <cyndy_ishida at apple.com>
Date: 2024-03-29 (Fri, 29 Mar 2024)
Changed paths:
M clang/include/clang/Driver/Options.td
A clang/test/Driver/darwin-ld-reexports.c
Log Message:
-----------
[clang][Darwin] Handle reexported library arguments in driver (#86980)
`-reexport*` is the newer spelling for `-sub-library` which is already
supported by the clang driver when invoking ld.
Support the new spellings when passed by the user. This also helps
simplify `clang-installapi` driver logic.
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