search for: dicreat

Displaying 1 result from an estimated 1 matches for "dicreat".

Did you mean: o_creat
2010 Oct 25
0
[LLVMdev] DebugInfo: seg fault
...... unsigned DW_LANG_XXX = 0x8001; llvm::StringRef filename("l8.cpp"); llvm::StringRef dir("/home/cfiles"); const char* producer = "Group"; llvm::DIFactory DICreator(*theModule); llvm::DICompileUnit diCompUnit = DICreator.CreateCompileUnit (DW_LANG_XXX, filename, dir, llvm::StringRef(producer), true); diCompUnit.dump(); // segmentation fault Is anything wrong with my code? Thank you, Best regards, Nurudeen. -------------- next part -------------...