Skip to content

Commit 5931fab

Browse files
authored
Merge pull request #1945 from vedantk/eng/PR-70237254
[repl_swift] Delete codesigning override
2 parents 8239453 + 86d1260 commit 5931fab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lldb/tools/repl/swift/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# Only set LLVM_CODESIGNING_IDENTITY for building on Apple hosts for Apple
2-
# targets
3-
if (CMAKE_HOST_APPLE AND APPLE)
4-
# Override locally, so the repl is ad-hoc signed.
5-
set(LLVM_CODESIGNING_IDENTITY "-")
6-
endif()
7-
81
# Requires system-provided Swift libs.
92
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14.4)
103

0 commit comments

Comments
 (0)