Skip to content
Open
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
6 changes: 1 addition & 5 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "SSA"
# precompileModules = true # Ensure that reflective code that uses native_decide runs compiled code, not in the ir_interpreter.
precompileModules = true # Ensure that reflective code that uses native_decide runs compiled code, not in the ir_interpreter.
defaultTargets = ["SSA"]

[[require]]
Expand All @@ -24,10 +24,6 @@ name = "SSA"
name = "AliveExamples"
roots = ["SSA.Projects.InstCombine.AliveAutoGenerated"]

[[lean_lib]]
name = "AliveStatements"
roots = ["SSA.Projects.InstCombine.AliveStatements"]

[[lean_lib]]
name = "AliveScaling"
roots = ["SSA.Projects.InstCombine.ScalingTest"]
Expand Down
Loading