[PATCH] configure.ac lives in autoconf/, not autotools/

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Nov 10 14:27:41 PST 2014


r221638. Thanks.

On 10 November 2014 17:21, Palmer Dabbelt
<palmer.dabbelt at eecs.berkeley.edu> wrote:
> 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



More information about the llvm-commits mailing list