[PATCH] configure.ac lives in autoconf/, not autotools/
Palmer Dabbelt
palmer.dabbelt at eecs.berkeley.edu
Mon Nov 10 14:21:14 PST 2014
I don't have commit access, so I think that would probably be best?
On Mon, 10 Nov 2014 14:13:40 PST (-0800), rafael.espindola at gmail.com wrote:
> LGTM. Do you need someone to commit it for you?
>
>
> On 10 November 2014 15:57, Palmer Dabbelt
> <palmer.dabbelt at eecs.berkeley.edu> wrote:
> > ---
> > docs/WritingAnLLVMBackend.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/docs/WritingAnLLVMBackend.rst b/docs/WritingAnLLVMBackend.rst
> > index fb7c16f..fdadbb0 100644
> > --- a/docs/WritingAnLLVMBackend.rst
> > +++ b/docs/WritingAnLLVMBackend.rst
> > @@ -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
> > --
> > 2.0.4
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141110/e75e1e4d/attachment.sig>
More information about the llvm-commits
mailing list