Skip to content

clang -MD -MF doesn't create dependency file for .S source files #4435

Closed
@edwintorok

Description

@edwintorok
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclangClang issues not falling into any other category

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions