Issue 100871
Summary llvm error:unresolved symbol type
Labels new issue
Assignees
Reporter naturliche
    I'm encountering an issue while using LLVM to compile a C++ file. The problem manifests differently depending on the compilation mode:
Release mode: All symbol types are recognized, and the compilation and execution work fine.
Debug mode: The compilation fails with an "Unresolved symbol type" error, leading to a runtime failure.
Here is the error log from the debug mode compilation:

The error log shows:
![image](https://github.com/user-attachments/assets/e70b94a3-7521-4d1a-8e84-2f6215bca45c)

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to