forked from OSchip/llvm-project
dsymutil: Fix a comment. [-Wdocumentation]
llvm-svn: 248353
This commit is contained in:
parent
48ea900c67
commit
ca6f044f35
|
@ -28,7 +28,7 @@ struct LinkOptions {
|
|||
bool Verbose; ///< Verbosity
|
||||
bool NoOutput; ///< Skip emitting output
|
||||
bool NoODR; ///< Do not unique types according to ODR
|
||||
std::string PrependPath; //< -oso-prepend-path
|
||||
std::string PrependPath; ///< -oso-prepend-path
|
||||
|
||||
LinkOptions() : Verbose(false), NoOutput(false) {}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue