Re: clang extra refactor tweaks link patch

2019-05-23 Thread Rudolf Kastl via cfe-commits
did: https://reviews.llvm.org/D62309 Am Do., 23. Mai 2019 um 14:44 Uhr schrieb Roman Lebedev : > > It might be best to submit the patch to phabricator so it does not get lost. > https://llvm.org/docs/Phabricator.html > > On Thu, May 23, 2019 at 3:13 PM Rudolf Kastl via cfe-c

clang extra refactor tweaks link patch

2019-05-23 Thread Rudolf Kastl via cfe-commits
A pretty trivial patch to successfully build clang. --- clang-r361395/tools/extra/clangd/refactor/tweaks/CMakeLists.txt.old 2019-05-23 06:35:07.247867697 +0200 +++ clang-r361395/tools/extra/clangd/refactor/tweaks/CMakeLists.txt 2019-05-23 06:35:59.810341911 +0200 @@ -19,4 +19,5 @@ clangAST cl

cmake patch for building latest clang vs latest llvm

2016-06-02 Thread Rudolf Kastl via cfe-commits
This patch adjusts the path for the cmake directory to work properly on systems with libsuffix=64. Not sure if it is the preferred way of fixing that but it fixed the build for me. --- CMakeLists.txt.old 2016-06-03 00:19:08.676041254 +0200 +++ CMakeLists.txt 2016-06-03 00:19:48.778920468 +0200 @@ -