Files
Giacomo Vercesi 6bb745ddfb InitRevng: fix memory leak due to stack trace
When initializing `revng::InitRevng` it is assumed by its parent,
`InitLLVM`, that the lifetime of `Argv` and be equivalent to
static, because it might be later retrieved to print it in case of a
crash. This works with the traditional `main`, however in the pipebox
the string passed are not guaranteed to have that lifetime. This commits
moves ownership of the strings to a class that stores them to avoid this
problem.
2025-12-11 17:21:37 +01:00
..
2025-12-05 15:01:14 +02:00
2025-11-12 15:28:54 +02:00
2025-12-10 16:16:14 +01:00
2025-02-13 13:10:51 +02:00
2025-10-08 12:22:30 +03:00
2025-12-10 16:16:14 +01:00
2025-10-08 12:22:34 +03:00
2025-10-08 12:22:34 +03:00
2025-12-10 16:16:14 +01:00
2025-10-31 17:25:03 +01:00