Files
Kacper Kołodziej 4b76bbbac8 Add test case for propagating prototypes
This test case relies on simple program that calls function from
dynamically linked library (puts function). Function from Procedure
Linkage Table is a wrapper for this call and puts prototype (recognized
from debug symbols) should be propagated to `puts@plt` function.

Verification relies on `revng model compare`.

Fetching prototypes requires internet connection. Adding puts prototype
to test case's model makes it independent of the Internet connection.
2023-07-20 18:09:48 +02:00
..
2023-02-23 14:51:10 +01:00