[lldb-dev] [Bug 14424] New: Missing Linux/FreeBSD build scripts for test/lang/c/shared_lib tests

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 23 10:41:55 PST 2012


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

             Bug #: 14424
           Summary: Missing Linux/FreeBSD build scripts for
                    test/lang/c/shared_lib tests
           Product: lldb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: lldb-dev at cs.uiuc.edu
        ReportedBy: daniel.malea at intel.com
    Classification: Unclassified


The makefiles in test/lang/c/shared_lib attempt to build .dylibs instead of .so
shared libraries on Linux.

This defect is to fix the makefiles so they generate .so shared libraries, so
the tests can run.

To reproduce, run:

python dotest.py -v -s shared_lib_errors lang/c/shared_lib

(resulting errors will be placed in the 'shared_lib_errors' directory)

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



More information about the lldb-dev mailing list