Skip to content

mcjit / orc cannot load debug information in windows #98714

Open
@ZLangJIT

Description

@ZLangJIT
#include <stdio.h>

int j() {
  printf("HELLO JIT\n");
  return 0;
}

clang -c jit_code.c -o jit_code.o -O0 -g3 -Xclang -triple -Xclang "x86_64-pc-windows-elf"

llvm-jitlink -- jit_code.o --entry=j --debugger-support
llvm-jitlink.exe: Symbols not found: [ llvm_orc_registerJITLoaderGDBWrapper ]

Using -no-process-syms=true doesnt help

llvm 18.1.8

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions