-
Notifications
You must be signed in to change notification settings - Fork 34
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
wllvm gllvm and the Linux kernel. #15
Comments
Most of this has been fixed, and they now agree. It revealed quite a few bugs. E.g:
This we have not yet fixed. |
So it looks like we can get out all the files with the same name, but we need
|
Does the code work for an archive that contains archives? Is that what is going on in the old wllvm tree walking code? @pmundkur suggested this twist. |
Working with the fat version of built-in.a.new:
|
Just to add grist to the mill. I note that llvm-ar can itself make thin archives. |
Leave the production of thin (bit code) archives for a rainy day. Both wllvm and gllvm have beed overhauled to handle archives properly. |
With respect to tinyconfig and the Linux kernel build:
make sure wllvm and gclang behave the same.
make sure extract-bc and get-bc behave the same (especially with respect to complaints).
The text was updated successfully, but these errors were encountered: