[LLVMbugs] [Bug 4063] New: clang -MD -MF doesn't create dependency file for . S source files

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Apr 25 11:15:17 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4063

           Summary: clang -MD -MF doesn't create dependency file for .S
                    source files
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list