[compiler-rt] r319570 - [compiler-rt] Remove out of date comment
Shoaib Meenai via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 11:06:30 PST 2017
Author: smeenai
Date: Fri Dec 1 11:06:30 2017
New Revision: 319570
URL: http://llvm.org/viewvc/llvm-project?rev=319570&view=rev
Log:
[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
Modified:
compiler-rt/trunk/CMakeLists.txt
Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=319570&r1=319569&r2=319570&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Fri Dec 1 11:06:30 2017
@@ -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.
More information about the llvm-commits
mailing list