summaryrefslogtreecommitdiffstats
path: root/lld/docs/Driver.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-10-02 21:00:41 +0000
committerRui Ueyama <ruiu@google.com>2017-10-02 21:00:41 +0000
commit3f851704c154b8ab045b5cd58d31ce854b9c6599 (patch)
treec0ec0a73ce767fcafa800c49494935ef986be7e7 /lld/docs/Driver.rst
parente2ff2ba57d64a740095737866f0787e6f2c1e410 (diff)
downloadbcm5719-llvm-3f851704c154b8ab045b5cd58d31ce854b9c6599.tar.gz
bcm5719-llvm-3f851704c154b8ab045b5cd58d31ce854b9c6599.zip
Move new lld's code to Common subdirectory.
New lld's files are spread under lib subdirectory, and it isn't easy to find which files are actually maintained. This patch moves maintained files to Common subdirectory. Differential Revision: https://reviews.llvm.org/D37645 llvm-svn: 314719
Diffstat (limited to 'lld/docs/Driver.rst')
-rw-r--r--lld/docs/Driver.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/Driver.rst b/lld/docs/Driver.rst
index 27b378712a6..4ee6ce0c985 100644
--- a/lld/docs/Driver.rst
+++ b/lld/docs/Driver.rst
@@ -65,7 +65,7 @@ Adding an Option to an existing Flavor
Adding a Flavor
===============
-#. Add an entry for the flavor in :file:`include/lld/Driver/Driver.h` to
+#. Add an entry for the flavor in :file:`include/lld/Common/Driver.h` to
:cpp:class:`lld::UniversalDriver::Flavor`.
#. Add an entry in :file:`lib/Driver/UniversalDriver.cpp` to
OpenPOWER on IntegriCloud