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 7eb5031 commit 822496dCopy full SHA for 822496d
llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
@@ -187,8 +187,8 @@ class SampleContextTracker {
187
188
#ifndef NDEBUG
189
// Get a context string from root to current node.
190
- std::string getContextString(const FunctionSamples &FSamples) const;
191
- std::string getContextString(ContextTrieNode *Node) const;
+ LLVM_ABI std::string getContextString(const FunctionSamples &FSamples) const;
+ LLVM_ABI std::string getContextString(ContextTrieNode *Node) const;
192
#endif
193
// Dump the internal context profile trie.
194
LLVM_ABI void dump();
0 commit comments