GaloisInc / cclyzerpp

cclyzer++ is a precise and scalable pointer analysis for LLVM code.
https://galoisinc.github.io/cclyzerpp/
BSD 3-Clause "New" or "Revised" License
137 stars 14 forks source link

Globals with initializers should have allocation sizes #95

Closed langston-barrett closed 2 years ago

langston-barrett commented 2 years ago

The first commit demonstrates a bug: These globals should have known size, but they don't. See discussion on https://github.com/GaloisInc/cclyzerpp/pull/93.