[Linux Kernel] Aliasee should be either GlobalValue or bitcast of GlobalValue · Issue #4438 · llvm/llvm-project (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@edwintorok

Description

@edwintorok

Bugzilla Link 4066
Resolution FIXED
Resolved on Apr 25, 2009 16:28
Version unspecified
OS Linux
Blocks llvm/llvm-bugzilla-archive#4068
Attachments x.i
CC @asl

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.