CIRCT 21.0.0git
Loading...
Searching...
No Matches
LSPUtils.h
Go to the documentation of this file.
1#ifndef CIRCT_SUPPORT_LSPUTILS_H
2#define CIRCT_SUPPORT_LSPUTILS_H
3
5namespace circt {
6
7namespace lsp {
8namespace Logger {
9// These are specialization of logger functions. Slang requires RTTI but
10// usually LLVM is not built with RTTI. So it causes compilation error when
11// these functions are used in `VerilogServerImpl`.
12void error(Twine message);
13void info(Twine message);
14void debug(Twine message);
15} // namespace Logger
16} // namespace lsp
17} // namespace circt
18#endif // CIRCT_SUPPORT_LSPUTILS_H
void info(Twine message)
Definition LSPUtils.cpp:20
void error(Twine message)
Definition LSPUtils.cpp:16
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition debug.py:1