[LLVMdev] clang doesn't set code column in debug info records

Yuri yuri at rawbw.com
Sat Jan 25 01:08:08 PST 2014


This is maybe a minor issue, but it is obvious when one looks at debug 
info produced by clang. Such records are normally created by the code 
like this:
Instruction->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
and it appears that Column is always zero.

Yuri



More information about the llvm-dev mailing list