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
fix: macOS link uses system libc++ (not xlings LLVM's)
xlings LLVM's libc++.dylib doesn't pull in libc++abi, causing
undefined exception/RTTI symbols. Solution: don't pass -L<llvm>/lib
to the linker on macOS — let clang++ link against system libc++
(/usr/lib/libc++.dylib) which correctly includes libc++abi.
Compile still uses LLVM 20 headers (ABI-compatible with system libc++).
0 commit comments