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 3ad5765 commit 2c0e4e7Copy full SHA for 2c0e4e7
llvm/include/llvm/CodeGen/LibcallLoweringInfo.h
@@ -15,9 +15,9 @@ namespace llvm {
15
16
class LibcallLoweringInfo {
17
private:
18
- LLVM_ABI const RTLIB::RuntimeLibcallsInfo &RTLCI;
+ const RTLIB::RuntimeLibcallsInfo &RTLCI;
19
/// Stores the implementation choice for each each libcall.
20
- LLVM_ABI RTLIB::LibcallImpl LibcallImpls[RTLIB::UNKNOWN_LIBCALL + 1] = {
+ RTLIB::LibcallImpl LibcallImpls[RTLIB::UNKNOWN_LIBCALL + 1] = {
21
RTLIB::Unsupported};
22
23
public:
0 commit comments