CIRCT 20.0.0git
Loading...
Searching...
No Matches
Version.h
Go to the documentation of this file.
1#ifndef CIRCT_SUPPORT_VERSION_H
2#define CIRCT_SUPPORT_VERSION_H
3
4#include <string>
5
6namespace circt {
7const char *getCirctVersion();
9
10/// A generic bug report message for CIRCT-related projects
11constexpr const char *circtBugReportMsg =
12 "PLEASE submit a bug report to https://github.com/llvm/circt and include "
13 "the crash backtrace.\n";
14} // namespace circt
15
16#endif // CIRCT_SUPPORT_VERSION_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
constexpr const char * circtBugReportMsg
A generic bug report message for CIRCT-related projects.
Definition Version.h:11
const char * getCirctVersion()
const char * getCirctVersionComment()