11 Oct
2024
11 Oct
'24
08:30
https://bugzilla.suse.com/show_bug.cgi?id=1231247 https://bugzilla.suse.com/show_bug.cgi?id=1231247#c7 --- Comment #7 from Jiri Slaby <jslaby@suse.com> --- (In reply to Shung-Hsi Yu from comment #5)
The compilation error is coming from Clang/LLVM, maybe @Aaron has some clues regarding Clang's support of machine constrain targeting ppc64le?
Ah then clearly Z<> should have been used: +#ifdef CONFIG_CC_IS_CLANG +#define DS_FORM_CONSTRAINT "Z<>" +#else +#define DS_FORM_CONSTRAINT "YZ<>" +#endif WIW it doesn't make sense (read as: is invalid/undefined) to build modules with a different compiler. -- You are receiving this mail because: You are on the CC list for the bug.