diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-30 01:10:15 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-30 01:10:15 +0000 |
commit | f18fba6d96de9bd87ac84d0baf5e442fabed8813 (patch) | |
tree | 24bedad1c65a940159876de99a6012dd615200fd /llvm/docs/GoldPlugin.rst | |
parent | ead59f4765dbac58c3a3fbbda405ac05b5289ad2 (diff) | |
download | bcm5719-llvm-f18fba6d96de9bd87ac84d0baf5e442fabed8813.tar.gz bcm5719-llvm-f18fba6d96de9bd87ac84d0baf5e442fabed8813.zip |
[docs] Remove references to autotools build.
llvm-svn: 259280
Diffstat (limited to 'llvm/docs/GoldPlugin.rst')
-rw-r--r-- | llvm/docs/GoldPlugin.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/GoldPlugin.rst b/llvm/docs/GoldPlugin.rst index 6328934b37b..88b944a2a0f 100644 --- a/llvm/docs/GoldPlugin.rst +++ b/llvm/docs/GoldPlugin.rst @@ -44,9 +44,7 @@ will either need to build gold or install a version with plugin support. the ``-plugin`` option. Running ``make`` will additionally build ``build/binutils/ar`` and ``nm-new`` binaries supporting plugins. -* Build the LLVMgold plugin. If building with autotools, run configure with - ``--with-binutils-include=/path/to/binutils/include`` and run ``make``. - If building with CMake, run cmake with +* Build the LLVMgold plugin. Run CMake with ``-DLLVM_BINUTILS_INCDIR=/path/to/binutils/include``. The correct include path will contain the file ``plugin-api.h``. |