[dsymutil] Make trivial accessor const.
authorFrederic Riss <friss@apple.com>
Sat, 28 Feb 2015 00:28:56 +0000 (00:28 +0000)
committerFrederic 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

index ff2b27e74eb2fba4d9f6851a4313f384bb29bed7..5bcf7a53b99aa8984676830b53d0576edee57eb7 100644 (file)
@@ -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;