Skip to content

Commit

Permalink
disasm-test: Add support for LLVM 14+ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Apr 5, 2023
1 parent d541adf commit fe44570
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disasm-test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ cube = TS.mkCUBE
, TS.validParams = [ ("llvm-range", Just [ "pre-llvm11"
, "at-least-llvm12"
, "at-least-llvm13"
, "at-least-llvm14"
])
]
-- Somewhat unusually for tasty-sugar, we make the expectedSuffix the same
Expand Down

0 comments on commit fe44570

Please sign in to comment.