This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Accept ENTITLEMENTS in llvm_add_library()
ClosedPublic

Authored by sgraenitz on Jan 28 2019, 8:41 AM.

Details

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.

Diff Detail

Repository
rL LLVM