-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[Linux Kernel] Aliasee should be either GlobalValue or bitcast of GlobalValue #4438
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
Reduced testcase: struct i2c_device_id { Aliasee should be either GlobalValue or bitcast of GlobalValue
|
Increasing 'severity' one notch, because this blocks compilation of a large amount of Linux kernel code. |
mentioned in issue llvm/llvm-bugzilla-archive#4068 |
Extended Description
clang -MD -MF drivers/hwmon/.w83l785ts.o.d -nostdinc -isystem include -Iinclude -I/home/edwin/builds/linux-2.6/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -m64 -march=core2 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iarch/x86/include/asm/mach-default -Wframe-larger-than=2048 -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -fno-dwarf2-cfi-asm -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(w83l785ts)" -D"KBUILD_MODNAME=KBUILD_STR(w83l785ts)" -c drivers/hwmon/w83l785ts.c -emit-llvm
Trying to get a reduced testcase.
The text was updated successfully, but these errors were encountered: