Closed
Description
Bugzilla Link | 4063 |
Resolution | FIXED |
Resolved on | May 03, 2009 05:05 |
Version | unspecified |
OS | Linux |
Blocks | llvm/llvm-bugzilla-archive#4068 |
CC | @efriedma-quic |
Extended Description
Works fine for .c files, but not for .S files:
clang -MD -MF arch/x86/kernel/.entry_64.o.d -nostdinc -isystem include -Iinclude -I/home/edwin/builds/linux-2.6/arch/x86/include -include include/linux/autoconf.h -D__KERNEL__ -D__ASSEMBLY__ -m64 -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iarch/x86/include/asm/mach-default -c -o arch/x86/kernel/entry_64.o arch/x86/kernel/entry_64.S
fixdep: arch/x86/kernel/.entry_64.o.d: No such file or directory