diff --git a/llvm/tools/llvm-ar/llvm-ar.cpp b/llvm/tools/llvm-ar/llvm-ar.cpp index 51c4fed743b4..c8e241e2bf60 100644 --- a/llvm/tools/llvm-ar/llvm-ar.cpp +++ b/llvm/tools/llvm-ar/llvm-ar.cpp @@ -71,6 +71,7 @@ static cl::list cl::desc("[relpos] [count] [members]...")); static cl::opt MRI("M", cl::desc("")); +static cl::opt Plugin("plugin", cl::desc("plugin (ignored for compatibility")); namespace { enum Format { Default, GNU, BSD };