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 0e52a56 commit a74dd9eCopy full SHA for a74dd9e
llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp
@@ -49,7 +49,7 @@ struct jit_descriptor {
49
// We put information about the JITed function in this global, which the
50
// debugger reads. Make sure to specify the version statically, because the
51
// debugger checks the version before we can set it during runtime.
52
-struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
+LLVM_FUNC_ABI struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
53
nullptr, nullptr};
54
55
// Debuggers that implement the GDB JIT interface put a special breakpoint in
0 commit comments