diff options
Diffstat (limited to 'llvm/tools/llvm-config')
-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. |