summarylogtreecommitdiffstats
path: root/sourcekit_link_order.patch
diff options
context:
space:
mode:
authorMichael Hansen2017-04-06 22:27:11 -0700
committerMichael Hansen2017-04-06 22:30:41 -0700
commite3d05ca1adba3f905d2c15b48dced14854d15bc5 (patch)
tree418a6607809a507c0a5b82ce5e530fea456a164c /sourcekit_link_order.patch
parent364d6d903d23cf4614a4bf6fb4b6df5b3968612c (diff)
downloadaur-e3d05ca1adba3f905d2c15b48dced14854d15bc5.tar.gz
Clean up build and include SourceKit
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
+ )