We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When ghdl is compiled with the flag --with-llvm-jit, the output of ghdl --version gives
ghdl
--with-llvm-jit
ghdl --version
GHDL 5.0.1 (tarball) [Dunoon edition] Compiled with GNAT Version: 14.2.0 static elaboration, LLVM JIT code generator Written by Tristan Gingold.
This produces an error in this line
AssertionError: No known GHDL back-end could be detected from running 'ghdl --version'
as the new jit pattern is not recognized.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
ghdl
is compiled with the flag--with-llvm-jit
, the output ofghdl --version
givesThis produces an error in this line
as the new jit pattern is not recognized.
The text was updated successfully, but these errors were encountered: