Skip to content

Commit 73899f5

Browse files
authored
fix: include files if they end with .jl (EnzymeAD#377)
1 parent 9f96c09 commit 73899f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mlir/Dialects.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function operandsegmentsizes(segments)
1717
end
1818

1919
for file in readdir(joinpath(@__DIR__, "Dialects"))
20+
endswith(file, ".jl") || continue
2021
include(joinpath(@__DIR__, "Dialects", file))
2122
end
2223

0 commit comments

Comments
 (0)