Displaying 1 result from an estimated 1 matches for "dw_lang_xxx".
2010 Oct 25
0
[LLVMdev] DebugInfo: seg fault
Hi,
I wanted to print the contents of a DICompileUnit object but encountered a
segmentation fault after invoking dump()/print method. Here is the code
snippet
...
unsigned DW_LANG_XXX = 0x8001;
llvm::StringRef filename("l8.cpp");
llvm::StringRef dir("/home/cfiles");
const char* producer =
"Group";
llvm::DIFactory DICreator(*theModule);
l...