Dead strip by default. Add list to_string. Fix missing check for dynamic calls.

This commit is contained in:
Christoffer Lerno
2023-06-05 09:49:17 +02:00
committed by Christoffer Lerno
parent 4baacc7d52
commit 8eaad81800
17 changed files with 199 additions and 39 deletions

View File

@@ -184,7 +184,7 @@ jobs:
fail-fast: false
matrix:
build_type: [Release, Debug]
llvm_version: [16]
llvm_version: [16, 17]
steps:
- uses: actions/checkout@v3