TBLGEN(1) | LLVM | TBLGEN(1) |
tblgen - Target Description To C++ Code Generator
tblgen [options] [filename]
tblgen translates from target description (.td) files into C++ code that can be included in the definition of an LLVM target library. Most users of LLVM will not need to use this program. It is only for assisting with writing an LLVM target backend.
The input and output of tblgen is beyond the scope of this short introduction; please see the introduction to TableGen.
The filename argument specifies the name of a Target Description (.td) file to read as input.
If tblgen succeeds, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value.
Maintained by The LLVM Team (http://llvm.org/).
2003-2020, LLVM Project
2020-09-18 | 7 |