-
Notifications
You must be signed in to change notification settings - Fork 12.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM ERROR: Associative COMDAT symbol '_ZNSt3__14endlB8ne190103IcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_' does not exist #122373
Labels
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
LTO
Link time optimization (regular/full LTO or ThinLTO)
Comments
EugeneZelenko
added
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
LTO
Link time optimization (regular/full LTO or ThinLTO)
and removed
new issue
labels
Jan 9, 2025
@llvm/issue-subscribers-backend-x86 Author: David Hankins (hankinsohl)
Hello:
When compiling a program under Windows using -fsanitize=cfi -flto -fvisibility=hidden the following error occurs:
followed by:
clang -v shows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backend:X86
crash
Prefer [crash-on-valid] or [crash-on-invalid]
LTO
Link time optimization (regular/full LTO or ThinLTO)
Hello:
When compiling a program under Windows using -fsanitize=cfi -flto -fvisibility=hidden the following error occurs:
LLVM ERROR: Associative COMDAT symbol '_ZNSt3__14endlB8ne190103IcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_' does not exist.
followed by:
clang -v shows:
The text was updated successfully, but these errors were encountered: