[all-commits] [llvm/llvm-project] 92d583: [gn build] mac: use frameworks instead of libs whe...
Mark Mentovai via All-commits
all-commits at lists.llvm.org
Thu Aug 6 15:59:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 92d58392975b908055e22c9f24dcf8e84cc58a1b
https://github.com/llvm/llvm-project/commit/92d58392975b908055e22c9f24dcf8e84cc58a1b
Author: Mark Mentovai <mark at chromium.org>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M llvm/utils/gn/build/toolchain/BUILD.gn
M llvm/utils/gn/secondary/llvm/tools/dsymutil/BUILD.gn
Log Message:
-----------
[gn build] mac: use frameworks instead of libs where appropriate
As of GN 3028c6a426a4, the hack that transformed "libs" ending in
".framework" from -l arguments to -framework arguments has been removed.
Instead, "frameworks" must be used, and the toolchain must provide
support.
Differential Revision: https://reviews.llvm.org/D84219
More information about the All-commits
mailing list