Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Macros
Error.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PROTEUS_FATAL_ERROR(x)
 

Macro Definition Documentation

◆ PROTEUS_FATAL_ERROR

#define PROTEUS_FATAL_ERROR (   x)
Value:
report_fatal_error(llvm::Twine(std::string{} + __FILE__ + ":" + \
std::to_string(__LINE__) + " => " + x))