sgraenitz added a comment.

This would soon be used for other targets as well. llvm_codesign is here: 
https://reviews.llvm.org/D48797



================
Comment at: cmake/modules/AddLLDB.cmake:212
+      set(pass_force "--force")
+    endif()
+
----------------
So far `--force` was used everywhere to avoid trouble with double signing I 
guess (turns the error into a warning). IIUC this should never happen for a 
post-build action right? Thus, the "more correct" way may be to remove this 
from invocations/altogether and go fix the actual issue if it ever fails. But 
then I think, who wants to bother with double code signing issues..

Anyway, llvm_codesign doesn't force. Any good reason to keep it?


https://reviews.llvm.org/D54352



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to