You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the libc++abi headers, use the system libsupc++ headers consistently
The system headers end up included regardless. But if the libc++abi
headers are there too, they conflict as they have a different signature
for the __cxa_init_primary_exception function.
See also: llvm/llvm-project#121300
0 commit comments