Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion lib/analysis/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
(public_name bincaml.analysis)
(name analysis)
(flags -w -27)
(modules dataflow_graph intra_analysis defuse_bool lattice_types)
(modules
dataflow_graph
intra_analysis
defuse_bool
lattice_types
ide
ide_live)
(libraries
patricia-tree
loader
Expand Down
Loading
Loading