elisa-tech / tsc

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

CG: Unify build log format #51

Closed m5imunovic closed 3 years ago

m5imunovic commented 3 years ago

Currently, the callgraph-tool accepts various input formats for creating the callgraph database from the compilation logs. Modify the tool to accept exclusively format defined with http://clang.llvm.org/docs/JSONCompilationDatabase.html. For the existing formats that use raw buildlog create a tool script that will convert it to JSON compilation database. Note: LL_CLANG format accepts build dir and is not affected by this change.

henrirosten commented 3 years ago

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

m5imunovic commented 3 years ago

Closing it as non-relevant