<div dir="ltr"><div dir="ltr">Dear all,<div><br></div><div>My name is Mohamed and I am a first year computer science masters student. I am writing this email because I am interested in the project idea "Debug Info Should have no effect on codegen". So far I have built llvm and clang and I was trying to reproduce the problem on simple c++ programs but I can't. Being specific this are the steps I am doing:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">$ clang -g test.cc<br>$ llvm-objdump -d a.out > with_debug<br>$ clang  test.cc<br>$ llvm-objdump -d a.out > no_debug<br>$ vimdiff with_debug no_debug</blockquote><div> </div><div>I still can't reproduce the problem. In the expected results of the project you mentioned that there are already failing test cases. Can you please point me in to these cases?</div><div>Finally, I would like to ask whether there is some qualification task I should do or I have to fix some of the open tickets? Would you please point me to such tasks or suggest some tickets/bugs that I can start working on?</div><div><br></div><div>Regards,</div><div>Mohamed</div></div></div>