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 7a089bc commit 7bbb65cCopy full SHA for 7bbb65c
llvm/include/llvm/IR/RuntimeLibcalls.h
@@ -81,7 +81,7 @@ struct RuntimeLibcallsInfo {
81
}
82
83
/// Get the libcall routine name for the specified libcall implementation.
84
- const char *getLibcallImplName(RTLIB::LibcallImpl CallImpl) const {
+ static const char *getLibcallImplName(RTLIB::LibcallImpl CallImpl) {
85
return LibCallImplNames[CallImpl];
86
87
0 commit comments