Skip to content

Commit

Permalink
configure.ac lives in autoconf/, not autotools/
Browse files Browse the repository at this point in the history
Patch by Palmer Dabbelt!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221638 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Nov 10, 2014
1 parent dee48e7 commit dc0f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WritingAnLLVMBackend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To get LLVM to actually build and link your target, you need to add it to the
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
Expand Down

0 comments on commit dc0f7df

Please sign in to comment.