summarylogtreecommitdiffstats
path: root/sourcekit_link_order.patch
diff options
context:
space:
mode:
authorMichael Hansen2018-08-13 17:01:44 -0700
committerMichael Hansen2018-08-13 17:01:44 -0700
commit3605c9405777b62b2f9a2bec6143908800096e3b (patch)
tree5d093df689781e19e78928150ddb75fba713d4d7 /sourcekit_link_order.patch
parentba8f4c0f16324d31226e77f9cbf3736a687e175d (diff)
downloadaur-3605c9405777b62b2f9a2bec6143908800096e3b.tar.gz
Update to 4.1.3 and backport fix for removed header
Diffstat (limited to 'sourcekit_link_order.patch')
-rw-r--r--sourcekit_link_order.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sourcekit_link_order.patch b/sourcekit_link_order.patch
deleted file mode 100644
index b73df976286d..000000000000
--- a/sourcekit_link_order.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rupN a/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt b/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt
---- a/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt 2017-04-05 13:13:52.288068101 -0700
-+++ b/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt 2017-04-06 11:05:37.613626721 -0700
-@@ -15,7 +15,7 @@ endif()
- add_sourcekit_executable(sourcekitd-test
- sourcekitd-test.cpp
- TestOptions.cpp
-- DEPENDS ${SOURCEKITD_TEST_DEPEND} SourceKitSupport
-+ DEPENDS SourceKitSupport ${SOURCEKITD_TEST_DEPEND}
- clangRewrite clangLex clangBasic
- LLVM_COMPONENT_DEPENDS core support option coverage lto
- )