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:
a3f59e4
)
[dsymutil] Make trivial accessor const.
author
Frederic Riss
<friss@apple.com>
Sat, 28 Feb 2015 00:28:56 +0000
(
00:28
+0000)
committer
Frederic Riss
<friss@apple.com>
Sat, 28 Feb 2015 00:28:56 +0000
(
00:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230819
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/dsymutil/DebugMap.h
patch
|
blob
|
history
diff --git
a/tools/dsymutil/DebugMap.h
b/tools/dsymutil/DebugMap.h
index ff2b27e74eb2fba4d9f6851a4313f384bb29bed7..5bcf7a53b99aa8984676830b53d0576edee57eb7 100644
(file)
--- a/
tools/dsymutil/DebugMap.h
+++ b/
tools/dsymutil/DebugMap.h
@@
-83,7
+83,7
@@
public:
/// debug map.
DebugMapObject &addDebugMapObject(StringRef ObjectFilePath);
- const Triple &getTriple() { return BinaryTriple; }
+ const Triple &getTriple()
const
{ return BinaryTriple; }
void print(raw_ostream &OS) const;