]> granicus.if.org Git - llvm/commit
[CMake] Accept ENTITLEMENTS in llvm_add_library()
authorStefan Granitz <stefan.graenitz@gmail.com>
Wed, 30 Jan 2019 15:10:08 +0000 (15:10 +0000)
committerStefan Granitz <stefan.graenitz@gmail.com>
Wed, 30 Jan 2019 15:10:08 +0000 (15:10 +0000)
commita47be0e7cdcbefd2aba2eac19f76ec901c5354b2
tree2b3e5b8075a2b011df2860033d2696c199c181d9
parent8f97b230d8489cd8944c57dd3e89b55ba9367125
[CMake] Accept ENTITLEMENTS in llvm_add_library()

Summary: We added support for code signing entitlements in add_llvm_executable() with D54443. In the future it would be useful to have this functionality available also for libraries.

Reviewers: beanz, bogner

Reviewed By: bogner

Subscribers: mgorny, llvm-commits, lldb-commits, #lldb

Differential Revision: https://reviews.llvm.org/D57334

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352628 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake