diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-10 22:36:04 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-10 22:36:04 +0000 |
commit | cd9339e755f9f1824304ec6ab5acea47fd239fd0 (patch) | |
tree | cea917b9a57bcf0e6a273190385169340b33045c /llvm/docs | |
parent | 3985f891a3b6fa9fcbf3c44d629722778698e6a2 (diff) | |
download | bcm5719-llvm-cd9339e755f9f1824304ec6ab5acea47fd239fd0.tar.gz bcm5719-llvm-cd9339e755f9f1824304ec6ab5acea47fd239fd0.zip |
configure.ac lives in autoconf/, not autotools/
Patch by Palmer Dabbelt!
llvm-svn: 221638
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/WritingAnLLVMBackend.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.rst b/llvm/docs/WritingAnLLVMBackend.rst index fb7c16fc545..fdadbb04e94 100644 --- a/llvm/docs/WritingAnLLVMBackend.rst +++ b/llvm/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 |