Files
revng-revng/libexec/revng
Pietro Fezzardi b1e357eb36 Forbid use of llvm::GlobalVariables in C backend
With the new backend design we should never need to emit C code for
a llvm::GlobalVariable.
The new backend prints a warning in C if that happens.
This commit adds a check in our recompilation tests to ensure that never
happens.
2023-04-06 14:56:14 +02:00
..