summarylogtreecommitdiffstats
path: root/sourcekit_link_order.patch
diff options
context:
space:
mode:
authorMichael Hansen2017-05-03 15:54:50 -0700
committerMichael Hansen2017-05-03 15:54:50 -0700
commit04712f8ad8b99570d7b7b78fc79726822d762c1e (patch)
treeea3fcd95768c87de51fc7bbcdb57eb0a163d1be2 /sourcekit_link_order.patch
parente8d173a06f17d02dfd8723ce9d9660e0871e8142 (diff)
downloadaur-04712f8ad8b99570d7b7b78fc79726822d762c1e.tar.gz
Update to 2017-04-24 snapshot with fixes from release
Diffstat (limited to 'sourcekit_link_order.patch')
-rw-r--r--sourcekit_link_order.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sourcekit_link_order.patch b/sourcekit_link_order.patch
new file mode 100644
index 000000000000..b73df976286d
--- /dev/null
+++ b/sourcekit_link_order.patch
@@ -0,0 +1,12 @@
+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
+ )