-
Notifications
You must be signed in to change notification settings - Fork 14
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
[kernel posttest] llvm-objdump - unknown command line argument #1130
Comments
In arch/x86/tools/Makefile, there's an invocation of |
Also, is there a config to enable |
x86 decoder sanity test https://cateee.net/lkddb/web-lkddb/X86_DECODER_SELFTEST.html, has been there for a while |
Having patched that Makefile the output now exhibits
|
@n8v8R were you planning on sending a patch? If not, I can do so tomorrow. |
There are multiple issues here.
|
Reproducible via |
Let's use additional issues to follow up on anything else. It makes it easier to track where we are when there are multiple things going wrong. |
Used by the Linux kernel's CONFIG_X86_DECODER_SELFTEST. Link: ClangBuiltLinux/linux#1130 Reviewed By: MaskRay, jhenderson, rupprecht Differential Revision: https://reviews.llvm.org/D101483
Used by the Linux kernel's CONFIG_X86_DECODER_SELFTEST. Link: ClangBuiltLinux/linux#1130 Reviewed By: MaskRay, jhenderson, rupprecht Differential Revision: https://reviews.llvm.org/D101483
Used by the Linux kernel's CONFIG_X86_DECODER_SELFTEST. Link: ClangBuiltLinux/linux#1130 Reviewed By: MaskRay, jhenderson, rupprecht Differential Revision: https://reviews.llvm.org/D101483
compiling kernel 5.9.-rc1 with LLVM-10 produces
The text was updated successfully, but these errors were encountered: