-
-
Notifications
You must be signed in to change notification settings - Fork 473
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
mold: fatal: unknown command line option: -flat_namespace #785
Comments
To add to this: I believe this flag ( That said, mold actually can already be used to link clang, if one ignores the linking errors from use of unsupported flags (e.g. |
It's cool that we are already able to build clang with mold. We eventually need to support |
Clang itself doesn't need it -- it is used to build some components of LLVM that are by-products of building clang. (Though I now can't recall if I issued |
When building Clang 16.0.0 on M1 Mac, using the latest version of mold, a fatal error is encountered:
mold: fatal: unknown command line option: -flat_namespace
.The text was updated successfully, but these errors were encountered: