projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5df8499
)
dsymutil: Fix a comment. [-Wdocumentation]
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 23 Sep 2015 00:19:20 +0000
(
00:19
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 23 Sep 2015 00:19:20 +0000
(
00:19
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248353
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/dsymutil/dsymutil.h
patch
|
blob
|
history
diff --git
a/tools/dsymutil/dsymutil.h
b/tools/dsymutil/dsymutil.h
index
a8a0970
..
91cb327
100644
(file)
--- a/
tools/dsymutil/dsymutil.h
+++ b/
tools/dsymutil/dsymutil.h
@@
-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) {}
};