r259278 - Remove references to autotools build.
Alexey Samsonov via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 29 16:54:42 PST 2016
Author: samsonov
Date: Fri Jan 29 18:54:42 2016
New Revision: 259278
URL: http://llvm.org/viewvc/llvm-project?rev=259278&view=rev
Log:
Remove references to autotools build.
Modified:
cfe/trunk/CODE_OWNERS.TXT
cfe/trunk/www/get_started.html
Modified: cfe/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/CODE_OWNERS.TXT?rev=259278&r1=259277&r2=259278&view=diff
==============================================================================
--- cfe/trunk/CODE_OWNERS.TXT (original)
+++ cfe/trunk/CODE_OWNERS.TXT Fri Jan 29 18:54:42 2016
@@ -23,7 +23,7 @@ D: CMake, library layering
N: Eric Christopher
E: echristo at gmail.com
-D: Debug Information, autotools/configure/make build, inline assembly
+D: Debug Information, inline assembly
N: Doug Gregor
E: dgregor at apple.com
Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=259278&r1=259277&r2=259278&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Fri Jan 29 18:54:42 2016
@@ -98,9 +98,6 @@ follows:</p>
KDevelop3. For more details see
<a href="http://llvm.org/docs/CMake.html">Building LLVM with CMake</a>
page.</li>
- <li>You can also build Clang with
- <a href="http://llvm.org/docs/BuildingLLVMWithAutotools.html">
- autotools</a>, but some features may be unavailable there.</li>
</ul>
</li>
More information about the cfe-commits
mailing list