[LLVMbugs] [Bug 476] NEW: [f2c tests] JIT cannot load f2c runtime library
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Dec 5 08:49:49 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=476
Summary: [f2c tests] JIT cannot load f2c runtime library
Product: Test Suite
Version: 1.4
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
This is a low-priority marker bug to note that the F2C tests that we run aren't
passing on the JIT. The reason is that there are undefined symbols due to the
JIT not being able to load the native libf2c.a runtime library.
To fix this, we can either give the JIT a libf2c.so file, or Reid mentioned
something about majically being able to load .a files as .so files with libtool.
In any case, this bug is not important or low-risk enough for 1.4 at this point.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list