-
Notifications
You must be signed in to change notification settings - Fork 15
llvm-strip+llvm-objcopy missing wildcard/glob support #478
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
Comments
It sound like there's no opposition to just supporting glob characters: https://llvm.org/pr41268. But no one has gotten around to it yet. |
Just as an FYI, even without
Same root cause it seems (drivers/firmware/efi/libstub/Makefile):
I don't think backporting the fixes for that is feasible, glob support would need to be added for this to work I think. |
This reverts commit f83b1b9. ClangBuiltLinux/linux#478 #164
Finally landed just now in r375169. Closing this finally, and please let me know if it works in the kernel build! |
succeeds for me on 4.4.196 with a build of LLVM at llvm/llvm-project@9a335b6. |
Uh oh!
There was an error while loading. Please reload this page.
Copy pasta from @nathanchance :
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950114
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950118
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950120
Stuff along the lines of:
It looks like this is probably caused by
llvm-strip
not supporting the globs inSTUBCOPY_RM-y
, which @rupprecht noted here. These were removed upstream in torvalds@02562d0 because of torvalds@f922c4a. torvalds@f922c4a decently backports to 4.9 and 4.14, not so clean for 4.4. Might be wise to conditionally turn onllvm-strip
.cc @rupprecht
The text was updated successfully, but these errors were encountered: