git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372418
91177308-0d34-0410-b5e6-
96231b3b80d8
/// that is being generated needs to match one of the allowable clients or the
/// linker refuses to link this library.
///
- /// \param Name The name of the client that is allowed to link this library.
+ /// \param InstallName The name of the client that is allowed to link this library.
/// \param Target The target triple for which this applies.
void addAllowableClient(StringRef InstallName, const Target &Target);