Skip to content

Commit 822496d

Browse files
committed
[SampleContextTracker] Add missing LLVM_ABI annotations
1 parent 7eb5031 commit 822496d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Transforms/IPO/SampleContextTracker.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ class SampleContextTracker {
187187

188188
#ifndef NDEBUG
189189
// Get a context string from root to current node.
190-
std::string getContextString(const FunctionSamples &FSamples) const;
191-
std::string getContextString(ContextTrieNode *Node) const;
190+
LLVM_ABI std::string getContextString(const FunctionSamples &FSamples) const;
191+
LLVM_ABI std::string getContextString(ContextTrieNode *Node) const;
192192
#endif
193193
// Dump the internal context profile trie.
194194
LLVM_ABI void dump();

0 commit comments

Comments
 (0)