Displaying 2 results from an estimated 2 matches for "c11be194".
Did you mean:
113e194
2012 Oct 04
0
[LLVMdev] question
...ne in
>> >> DwarfDebug.cpp and DwarfCompileUnit.cpp.
>> >>
>> >> -eric
>> >
>> >
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121004/c11be194/attachment.html>
2012 Oct 04
2
[LLVMdev] question
Here is the code. I am running on llvm 3.1 on Lion (Mac 10.7.4)
*string getFileDirectory*(*const* Instruction &I){
MDNode *MD = I.getMetadata("dbg");
DICompileUnit compileUnit(MD);
return compileUnit.getDirectory().str();
}
George
On Wed, Oct 3, 2012 at 12:40 PM, Eric Christopher <echristo at gmail.com>wrote:
> Without knowing the code that you've written