google / gematria

Machine learning for machine code.
Apache License 2.0
76 stars 11 forks source link

Cleanup includes in gematria/llvm #195

Closed boomanaiden154 closed 2 months ago

boomanaiden154 commented 2 months ago

This patch cleans up extra/missing includes in gematria/llvm to make it IWYU compliant (at least according to clangd). Some other misc cleanup like deleting dead functions was also performed.