We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While compiling Enzyme with Ninja, I got the following error:
There are multiple similar errors after this step which have the same message: "someLLVMfilename.obj: file too big"
Please let me know how to resolve this issue.
The text was updated successfully, but these errors were encountered:
I have no experience with mingw whatsoever but maybe try adding this flag: https://learn.microsoft.com/en-us/cpp/build/reference/bigobj-increase-number-of-sections-in-dot-obj-file?view=msvc-170
I also don't think we support LLVM 19 just yet, so maybe try LLVM 16 or 17.
Sorry, something went wrong.
thanks to @tgymnich's template removal, the size and number of functions should be smaller now. Does that help?
No branches or pull requests
While compiling Enzyme with Ninja, I got the following error:
There are multiple similar errors after this step which have the same message: "someLLVMfilename.obj: file too big"
Please let me know how to resolve this issue.
The text was updated successfully, but these errors were encountered: