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 dfac31e commit 209bcad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import re
import lit.util
import lit.formats

from lit.llvm import llvm_config

# name: The name of this test suite.
config.name = 'clad'
# Tweak PATH for Win32
Expand Down Expand Up @@ -323,7 +325,7 @@ if libcudart_path is not None:
if(config.have_enzyme):
config.available_features.add('Enzyme')

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

0 comments on commit 209bcad

Please sign in to comment.