Skip to content

feat: add make sqlite target for e2e SQLite3 parsing test - #1411

Open
sueszli wants to merge 1 commit into
opencompl:mainfrom
sueszli:sqlite-e2e-test
Open

feat: add make sqlite target for e2e SQLite3 parsing test#1411
sueszli wants to merge 1 commit into
opencompl:mainfrom
sueszli:sqlite-e2e-test

Conversation

@sueszli

@sueszli sueszli commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Adds a make sqlite target

tracks progress toward the goal described in #947.

It will pass once veir supports every LLVM dialect op that sqlite's MLIR uses.

Example output today:

$ make sqlite

lake build
Build completed successfully (466 jobs).
test -f /tmp/sqlite3.c || (curl -sfL https://sqlite.org/2026/sqlite-amalgamation-3530300.zip -o /tmp/sqlite.zip && unzip -oqj /tmp/sqlite.zip '*/sqlite3.c' -d /tmp && rm /tmp/sqlite.zip)
Tools/vcc --emit-mlir /tmp/sqlite3.c -o /dev/null
vcc: lake failed:
sqlite3.mlir:3262:69: error: integer type expected after ':' in integer attribute
    %157209 = "llvm.mlir.constant"() <{value = 0x0000000000000000 : f64}> : () -> f64
                                                                    ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant