[llvm] r221638 - configure.ac lives in autoconf/, not autotools/

Rafael Espindola rafael.espindola at gmail.com
Mon Nov 10 14:36:04 PST 2014


Author: rafael
Date: Mon Nov 10 16:36:04 2014
New Revision: 221638

URL: http://llvm.org/viewvc/llvm-project?rev=221638&view=rev
Log:
configure.ac lives in autoconf/, not autotools/

Patch by Palmer Dabbelt!

Modified:
    llvm/trunk/docs/WritingAnLLVMBackend.rst

Modified: llvm/trunk/docs/WritingAnLLVMBackend.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.rst?rev=221638&r1=221637&r2=221638&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.rst (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.rst Mon Nov 10 16:36:04 2014
@@ -161,7 +161,7 @@ To get LLVM to actually build and link y
 know about your target when parsing the ``--enable-targets`` option.  Search
 the configure script for ``TARGETS_TO_BUILD``, add your target to the lists
 there (some creativity required), and then reconfigure.  Alternatively, you can
-change ``autotools/configure.ac`` and regenerate configure by running
+change ``autoconf/configure.ac`` and regenerate configure by running
 ``./autoconf/AutoRegen.sh``.
 
 Target Machine





More information about the llvm-commits mailing list