[LLVMbugs] [Bug 6873] New: LLVM Tutorial program

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 19 08:31:06 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=6873

           Summary: LLVM Tutorial program
           Product: new-bugs
           Version: 2.6
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: andrew.james.bate at googlemail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4698)
 --> (http://llvm.org/bugs/attachment.cgi?id=4698)
copy of shell session showing failure and fix

The tutorial program built with the compile flags shown crashes when I try to
call putchard from Kalidiscope.

After some digging around I found it could be fixed by compiling with 
'-rdynamic'

This puts all symbols where dl_sym() and hence LLVM can find them, probably
should use LLVM APIs to get just putchard searchable.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list