Open liuhycs opened 9 months ago
Hi, thanks for the report!
If you open source of var-a.c
you will notice the // REQUIRES: union_lowering
. This means we do not yet fully support this. Adding support should not be super compilcated, but we yet did not find the time (it is however on the todo).
When you try some other test from the directory that does not have this clause does it work for you?
In any case #500 is what is blocking this test-case.
Got it! Thanks. I tried other test cases. They work fine.
In the meantime I merged #500 and the test case now dies a little further into the conversion pipeline (sadly std imports a lot of more complicated/edge case constructs).
I am keeping this open to keep track of the test case, hopefully we won't take that long to get it working.
VAST version
clang version 17.0.2 Target: x86_64-unknown-linux-gnu Thread model: posix
LLVM version
17.0.2
Operating system
ubuntu 22.04 Linux e08865a10ab8 4.15.0-213-generic
Description
I compiled VAST using the following commands:
Then I run the examples in the repo. It got SEGV.
The callstack is:
Is there any thing I made some mistakes? Thanks!
Steps to Reproduce