[PATCH] D40740: [compiler-rt] Remove out of date comment

Shoaib Meenai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 1 11:00:31 PST 2017


smeenai created this revision.
Herald added subscribers: mgorny, dberris.

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


https://reviews.llvm.org/D40740

Files:
  CMakeLists.txt


Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ 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.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40740.125181.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171201/3c900c42/attachment.bin>


More information about the cfe-commits mailing list