elisa-tech / tsc

Coordination between ELISA working groups, and repository for documentation based deliverables.
57 stars 14 forks source link

CG: Rewrite the parsing engine relying on the Clang LibTooling #52

Closed m5imunovic closed 3 years ago

m5imunovic commented 3 years ago

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 3 years ago

@m5imunovic : can we close this issue as not relevant?

m5imunovic commented 3 years ago

Closing as non-relevant.