Files
Pietro Fezzardi 4d56a6a298 Propagate DebugLoc on CallInst and InvokeInst
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.
2021-05-28 16:02:38 +02:00
..
2021-04-22 18:07:24 +02:00
2020-11-13 10:00:24 +01:00
2021-03-08 10:15:50 +01:00