CIRCT  19.0.0git
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 
6 namespace circt {
7 const char *getCirctVersion();
8 const char *getCirctVersionComment();
9 
10 /// A generic bug report message for CIRCT-related projects
11 constexpr 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
This file defines an intermediate representation for circuits acting as an abstraction for constraint...
Definition: DebugAnalysis.h:21
constexpr const char * circtBugReportMsg
A generic bug report message for CIRCT-related projects.
Definition: Version.h:11
const char * getCirctVersion()
const char * getCirctVersionComment()