CG: Rewrite the parsing engine relying on the Clang LibTooling
Closed this issue · 2 comments
m5imunovic commented
The parser is implemented with hand-crafted patterns that might break as clang IR format is evolving. Rely on the Clang/LLVM codebase to parse out the IR relevant data. Rewrite current IR parser C++ back-end and supporting build files.
henrirosten commented
@m5imunovic : can we close this issue as not relevant?
m5imunovic commented
Closing as non-relevant.