Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 committed May 25, 2022
1 parent c64d977 commit 18c87aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/solver/asp.py
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ def target_defaults(self, specs):
compiler.name, compiler.version, uarch.family.name
))

i = 0
i = 0 # TODO compute per-target offset?
for target in candidate_targets:
self.gen.fact(fn.target(target.name))
self.gen.fact(fn.target_family(target.name, target.family.name))
Expand Down

0 comments on commit 18c87aa

Please sign in to comment.