diff options
author | Ron Olson <tachoknight@gmail.com> | 2019-10-30 14:43:51 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2019-10-30 14:43:51 -0500 |
commit | 5d5f3e90bbcb960eebe780780d69571d72f933e9 (patch) | |
tree | 86715ccfde3a2093be6fc78bfa91f746b1f35dc3 /no-inplace-copy.patch | |
parent | 182b2bb16ed7b6ba858b343f5c8a37bc946938b9 (diff) | |
download | swift-lang-swift-5.1.tar.gz swift-lang-swift-5.1.tar.xz swift-lang-swift-5.1.zip |
Added patch for clang 9; removed old, unnecessary patch filesswift-5.1
Diffstat (limited to 'no-inplace-copy.patch')
-rw-r--r-- | no-inplace-copy.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/no-inplace-copy.patch b/no-inplace-copy.patch deleted file mode 100644 index 585293b..0000000 --- a/no-inplace-copy.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- swift-corelibs-xctest/cmake/modules/SwiftSupport.cmake.orig 2019-03-22 13:10:16.930540857 -0500 -+++ swift-corelibs-xctest/cmake/modules/SwiftSupport.cmake 2019-03-22 15:48:46.960621151 -0500 -@@ -139,12 +139,6 @@ - ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/${target}/Resources - COMMAND - ${CMAKE_COMMAND} -E copy ${AST_RESOURCES} ${CMAKE_CURRENT_BINARY_DIR}/${target}/Resources) -- else() -- add_custom_command(TARGET -- ${target} -- POST_BUILD -- COMMAND -- ${CMAKE_COMMAND} -E copy ${AST_OUTPUT} ${CMAKE_CURRENT_BINARY_DIR}) - endif() - endfunction() - |