[compiler-rt] Remove out of date comment

Per beanz, building compiler-rt standalone is a pretty important use
case, so the comment is very out of date.

Differential Revision: https://reviews.llvm.org/D40740

llvm-svn: 319570
This commit is contained in:
Shoaib Meenai
2017-12-01 19:06:30 +00:00
parent 7f963b4cee
commit 5cd0f44abc

View File

@@ -1,9 +1,5 @@
# CMake build for CompilerRT.
#
# This build assumes that CompilerRT is checked out into the
# 'projects/compiler-rt' or 'runtimes/compiler-rt' inside of an LLVM tree.
# Standalone build system for CompilerRT is not yet ready.
#
# An important constraint of the build is that it only produces libraries
# based on the ability of the host toolchain to target various platforms.