Re: [PATCH] Install cmake files to lib/cmake/clang

2016-02-04 Thread Niels Ole Salscheider via cfe-commits
Ping. Am Monday 21 December 2015, 00:10:10 schrieb Niels Ole Salscheider: > This is the right location for platform-specific files. > > Also, search for LLVM's CMake files in this directory. > --- > CMakeLists.txt | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git

Re: [PATCH] Install cmake files to lib/cmake/clang

2015-12-20 Thread Niels Ole Salscheider via cfe-commits
On Monday 21 December 2015, 00:10:10 CET, you wrote: > This is the right location for platform-specific files. > > Also, search for LLVM's CMake files in this directory. The corresponding LLVM patch can be found at http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20151214/320963.html >

[PATCH] Install cmake files to lib/cmake/clang

2015-12-20 Thread Niels Ole Salscheider via cfe-commits
This is the right location for platform-specific files. Also, search for LLVM's CMake files in this directory. --- CMakeLists.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c54e75..e4a839d 100644 --- a/CMakeLists.txt +++ b