llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.01k stars 11.06k forks source link

[f2c tests] JIT cannot load f2c runtime library #848

Closed lattner closed 2 years ago

lattner commented 19 years ago
Bugzilla Link 476
Resolution DUPLICATE
Resolved on Mar 06, 2010 14:00
Version 1.4
OS All
Depends On llvm/llvm-bugzilla-archive#569

Extended Description

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

lattner commented 2 years ago

mentioned in issue llvm/llvm-bugzilla-archive#569

llvmbot commented 2 years ago

mentioned in issue llvm/llvm-bugzilla-archive#569

lattner commented 17 years ago

This is the same as 569.

This bug has been marked as a duplicate of 569