mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +00:00
Compilation: Use Clang dependency file for preprocessed assembly files.
This commit is contained in:
parent
12a289c1dd
commit
d74e87aab1
@ -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…
x
Reference in New Issue
Block a user