mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
4d56a6a298
With llvm-12 thera are more stringent requirement on the propagation of DebugLoc on CallInst and InvokeInst. Various CallInst and InvokeInst created during lifting did not fulfill these requirements, causing the Module to not verify() with llvm-12. This commit fixes the problem, properly propagating the debug locations.