[cmake] Remove stale comment. NFC.

llvm-svn: 274212
This commit is contained in:
Michael Gottesman 2016-06-30 05:51:18 +00:00
parent d3c2acd38c
commit a1e6c6cabc
1 changed files with 0 additions and 4 deletions

View File

@ -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@