Skip to content

Commit 15799af

Browse files
committed
Drop ASL support from tests/lit.cfg
1 parent 6011c39 commit 15799af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/lit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ backend = os.environ.get("ISA_BACKEND")
1010
ac_types_dir = os.environ.get("AC_TYPES_DIR")
1111
sc_types_dir = os.environ.get("SC_TYPES_DIR")
1212
xdsl_isa_dir = os.environ.get("XDSL_ISA_DIR")
13-
isa_CC = os.environ.get("ISA_CC", os.environ.get("ASL_CC"))
13+
isa_CC = os.environ.get("ISA_CC")
1414

1515
# Lit configuration
1616
if backend is None:
@@ -23,7 +23,7 @@ if backend == "sc" and isa_CC is None:
2323
isa_CC = "g++"
2424

2525
config.test_format = lit.formats.ShTest("0")
26-
config.suffixes = {".asl", ".isa"}
26+
config.suffixes = {".isa"}
2727
config.target_triple = ""
2828

2929
config.available_features = [backend]

0 commit comments

Comments
 (0)