SQLGen icon indicating copy to clipboard operation
SQLGen copied to clipboard

Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.

Results 1 SQLGen issues
Sort by recently updated
recently updated
newest added

Optional ADT is used in SQLInsertEmmitter.h but corresponding header is not included. Fixed by including `"llvm/ADT/Optional.h"` CMAKE_CXX_STANDARD 14 does not compiler (I am using gcc, if that matters) updated it...