[PATCH] D54443: [CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesign
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 12 13:20:06 PST 2018
sgraenitz added inline comments.
================
Comment at: cmake/modules/AddLLVM.cmake:795
- llvm_codesign(${name})
+ llvm_codesign(TARGET ${name} ENTITLEMENTS ${ARG_ENTITLEMENTS} FORCE)
endmacro(add_llvm_executable name)
----------------
Would we want to pass `FORCE` to `add_llvm_executable` conditionally?
Repository:
rL LLVM
https://reviews.llvm.org/D54443
More information about the llvm-commits
mailing list