From ce1f307b91f539c75b14cdbcd48ea0cc3218e8fb Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Thu, 30 Jun 2016 05:51:18 +0000 Subject: [PATCH] [cmake] Remove stale comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274212 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/ClangConfig.cmake.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/modules/ClangConfig.cmake.in b/cmake/modules/ClangConfig.cmake.in index 38c6c03a1c..a946944dd9 100644 --- a/cmake/modules/ClangConfig.cmake.in +++ b/cmake/modules/ClangConfig.cmake.in @@ -1,9 +1,5 @@ # This file allows users to call find_package(Clang) and pick up our targets. -# Clang doesn't have any CMake configuration settings yet because it mostly -# uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in -# and call configure_file() on it. - find_package(LLVM REQUIRED CONFIG) @CLANG_CONFIG_CODE@ -- 2.50.1