Skip to content

Commit

Permalink
Fix lit config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev committed Nov 28, 2023
1 parent 53d4a95 commit dfac31e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,10 @@ if libcudart_path is not None:

if(config.have_enzyme):
config.available_features.add('Enzyme')

config.feature_config(
[
("--assertion-mode", {"ON": "asserts"}),
("--build-mode", {"[Dd][Ee][Bb][Uu][Gg]": "debug"}),
]
)

0 comments on commit dfac31e

Please sign in to comment.