Skip to content

Commit

Permalink
Add dump of passes (removing stdlib) (#648)
Browse files Browse the repository at this point in the history
* Add dump of passes (removing stdlib)

* Fix CI clang.
  • Loading branch information
mjp41 authored Nov 27, 2023
1 parent 24aef09 commit d8d30ed
Show file tree
Hide file tree
Showing 17 changed files with 64,640 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: mjp41/workaround8649@7929373c0fe5caf844d8115adccef39e3b5362e7
with:
os: ${{ matrix.platform }}

- name: Install build dependencies
run: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion testsuite/verona.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Arguments for testing verona-parser
macro(toolinvoke ARGS local_dist testfile outputdir)
set(${ARGS} "${local_dist}/verona/verona${CMAKE_EXECUTABLE_SUFFIX}" build ${testfile} --wf-check -o ${outputdir}/ast)
set(${ARGS} "${local_dist}/verona/verona${CMAKE_EXECUTABLE_SUFFIX}" build ${testfile} -w -o ${outputdir}/ast)
endmacro()

# Set extension for verona tests
Expand Down
Loading

0 comments on commit d8d30ed

Please sign in to comment.