search for: no_debug

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

Did you mean: do_debug
2019 Mar 05
5
GSoC19: Debug Info should have no effect on codegen
...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: $ clang -g test.cc > $ llvm-objdump -d a.out > with_debug > $ clang test.cc > $ llvm-objdump -d a.out > no_debug > $ vimdiff with_debug no_debug 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? Finally, I would like to ask whether there is some qualification task I should do...