[LLVMdev] Help needed on debugging llvm

Duncan Sands baldrick at free.fr
Tue Nov 6 01:23:55 PST 2012


Hi Anitha,

On 05/11/12 10:29, Anitha Boyapati wrote:
>
>
> On 5 November 2012 14:32, Duncan Sands <baldrick at free.fr
> <mailto:baldrick at free.fr>> wrote:
>
>     Hi Anitha,
>
>
>         http://llvm.org/bugs/show_bug.__cgi?id=14185
>         <http://llvm.org/bugs/show_bug.cgi?id=14185>
>         I am stuck on analysis. Does any one have alternate suggestions on debugging
>         llvm? (Please refer to comments for the work done so far)
>
>
>     try to reduce a small standalone testcase which is an LLVM IR (.ll) file
>
> Yes. Unfortunately, that is the challenge at the moment.

did you reduce everything down to one problematic source file?  If so, you can
then start moving stuff out of that file to an auxiliary file until you only
have left a minimal core that shows the problem.  But maybe you did that
already?

Ciao, Duncan.




More information about the llvm-dev mailing list