diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-11 17:50:20 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-11 17:50:20 +0000 |
commit | 0f40ea5dfe1132fff9e65c69bcd4ee50632ceb08 (patch) | |
tree | c009052c32d2e3751eb7c43e9774ec8f87a8f642 | |
parent | adee8c5a18bfefd345676d7787f87262d8613c30 (diff) | |
download | bcm5719-llvm-0f40ea5dfe1132fff9e65c69bcd4ee50632ceb08.tar.gz bcm5719-llvm-0f40ea5dfe1132fff9e65c69bcd4ee50632ceb08.zip |
llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]
llvm-svn: 252762
-rw-r--r-- | llvm/tools/llvm-config/llvm-config.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-config/llvm-config.cpp b/llvm/tools/llvm-config/llvm-config.cpp index c47f4370049..d086f4951c1 100644 --- a/llvm/tools/llvm-config/llvm-config.cpp +++ b/llvm/tools/llvm-config/llvm-config.cpp @@ -102,8 +102,6 @@ static void VisitComponent(StringRef Name, /// appear prior to their dependencies). /// /// \param Components - The names of the components to find libraries for. -/// \param RequiredLibs [out] - On return, the ordered list of libraries that -/// are required to link the given components. /// \param IncludeNonInstalled - Whether non-installed components should be /// reported. /// \param GetComponentNames - True if one would prefer the component names. |