mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
Compilation: Use Clang dependency file for preprocessed assembly files.
This commit is contained in:
parent
12a289c1dd
commit
d74e87aab1
1 changed files with 1 additions and 2 deletions
|
|
@ -5891,12 +5891,11 @@ pub const FileExt = enum {
|
|||
|
||||
pub fn clangSupportsDepFile(ext: FileExt) bool {
|
||||
return switch (ext) {
|
||||
.c, .cpp, .h, .hpp, .hm, .hmm, .m, .mm, .cu => true,
|
||||
.assembly_with_cpp, .c, .cpp, .h, .hpp, .hm, .hmm, .m, .mm, .cu => true,
|
||||
|
||||
.ll,
|
||||
.bc,
|
||||
.assembly,
|
||||
.assembly_with_cpp,
|
||||
.shared_library,
|
||||
.object,
|
||||
.static_library,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue