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:

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