[llvm-commits] [llvm] r93504 - in /llvm/trunk: include/llvm/Analysis/DebugInfo.h include/llvm/IntrinsicInst.h include/llvm/Intrinsics.td lib/Analysis/DebugInfo.cpp lib/CodeGen/SelectionDAG/FastISel.cpp lib/VMCore/Verifier.cpp test/Assembler/funct
Victor Hernandez
vhernandez at apple.com
Fri Jan 15 11:04:33 PST 2010
Fixed in r93531.
Victor
On Jan 15, 2010, at 10:18 AM, Chris Lattner wrote:
>
> On Jan 15, 2010, at 10:12 AM, Victor Hernandez wrote:
>
>>>>
>>>> Hi Victor,
>>>>
>>>> This is a IR incompatibility, and this intrinsic existed in LLVM 2.6
>>>> and earlier. Please add "autoupgrade" support to the .ll and .bc
>>>> readers.
>>>>
>>>
>>> Chris,
>>>
>>> 2.6 uses GVs for debug info. The autoupgrade support already discards
>>> dbg intrinsics that do not use use metadata.
>
> Just discarding them makes sense to me, but this isn't happening.
>
> -Chris
>
More information about the llvm-commits
mailing list