Skip to content
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

Clang wrapper for Linux and Windows should set _GLIBCXX_USE_CXX11_ABI #290

Closed
giordano opened this issue Jan 4, 2023 · 0 comments · Fixed by #324
Closed

Clang wrapper for Linux and Windows should set _GLIBCXX_USE_CXX11_ABI #290

giordano opened this issue Jan 4, 2023 · 0 comments · Fixed by #324

Comments

@giordano
Copy link
Member

giordano commented Jan 4, 2023

At the moment

# Force proper cxx11 string ABI usage w00t w00t!
if cxxstring_abi(p) == "cxx11"
push!(flags, "-D_GLIBCXX_USE_CXX11_ABI=1")
elseif cxxstring_abi(p) == "cxx03"
push!(flags, "-D_GLIBCXX_USE_CXX11_ABI=0")
end
is done only for GCC, but it should be done also for Clang on Linux and Windows, since in that case we use libstdc+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant