From 5cd0f44abc8008075522469f67cfb1bd04157220 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Fri, 1 Dec 2017 19:06:30 +0000 Subject: [PATCH] [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 --- compiler-rt/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler-rt/CMakeLists.txt b/compiler-rt/CMakeLists.txt index 98ff96b4371e..e791089fe15c 100644 --- a/compiler-rt/CMakeLists.txt +++ b/compiler-rt/CMakeLists.txt @@ -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.