We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949d1d9 commit 48c2acfCopy full SHA for 48c2acf
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
@@ -799,7 +799,7 @@ class LinkGraph {
799
800
/// Returns the name of this graph (usually the name of the original
801
/// underlying MemoryBuffer).
802
- const std::string &getName() { return Name; }
+ const std::string &getName() const { return Name; }
803
804
/// Returns the target triple for this Graph.
805
const Triple &getTargetTriple() const { return TT; }
0 commit comments