Skip to content

Commit a74dd9e

Browse files
committed
XXX: Manual __jit_debug_descriptor
1 parent 0e52a56 commit a74dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct jit_descriptor {
4949
// We put information about the JITed function in this global, which the
5050
// debugger reads. Make sure to specify the version statically, because the
5151
// debugger checks the version before we can set it during runtime.
52-
struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
52+
LLVM_FUNC_ABI struct jit_descriptor __jit_debug_descriptor = {JitDescriptorVersion, 0,
5353
nullptr, nullptr};
5454

5555
// Debuggers that implement the GDB JIT interface put a special breakpoint in

0 commit comments

Comments
 (0)