Edward Meewis
2011-Sep-17 07:42 UTC
[LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
Hi,
I noticed that the following regression tests fail when building a
config generated with CMake. When building with a config generated with
configure, all is well. I get the same results when using gcc-4.2.1 and
clang-trunk.
It seems to me that there's a glitch in de CMake config somewhere. I
doing a verbose build right now to investigate, but maybe someone
already knows what's wrong?
Regards, Edward
---
Failing Tests (7):
LLVM :: BugPoint/crash-narrowfunctiontest.ll
LLVM :: BugPoint/metadata.ll
LLVM :: BugPoint/remove_arguments_test.ll
LLVM :: Feature/load_module.ll
Error opening
'/home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so':
/home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so: Undefined
symbol "_ZNK4llvm4Pass11getPassNameEv"
-load request ignored.
LLVM-Unit ::
ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled
LLVM ERROR: Program used external function
'JITTest_AvailableExternallyFunction' which could not be resolved!
LLVM-Unit ::
ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
LLVM ERROR: Could not resolve external global address:
JITTest_AvailableExternallyGlobal
LLVM-Unit ::
ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
LLVM ERROR: Program used external function
'JITTest_AvailableExternallyFunction' which could not be resolved!
arrowdodger
2011-Sep-17 08:04 UTC
[LLVMdev] make check-all glitch cmake vs. configure on FreeBSD 8.2
On Sat, Sep 17, 2011 at 11:42 AM, Edward Meewis <ed at extraordinarymachine.nl>wrote:> Hi, > > I noticed that the following regression tests fail when building a > config generated with CMake. When building with a config generated with > configure, all is well. I get the same results when using gcc-4.2.1 and > clang-trunk. > It seems to me that there's a glitch in de CMake config somewhere. I > doing a verbose build right now to investigate, but maybe someone > already knows what's wrong? > > Regards, Edward > --- > > Failing Tests (7): > LLVM :: BugPoint/crash-narrowfunctiontest.ll > LLVM :: BugPoint/metadata.ll > LLVM :: BugPoint/remove_arguments_test.ll > LLVM :: Feature/load_module.ll > > Error opening > '/home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so': > /home/emeewis/build/llvm-release-clang-cmake/lib/./BugpointPasses.so: > Undefined symbol "_ZNK4llvm4Pass11getPassNameEv" > -load request ignored. > > LLVM-Unit :: > ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled > > LLVM ERROR: Program used external function > 'JITTest_AvailableExternallyFunction' which could not be resolved! > > LLVM-Unit :: > ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted > > LLVM ERROR: Could not resolve external global address: > JITTest_AvailableExternallyGlobal > > LLVM-Unit :: > ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled > > LLVM ERROR: Program used external function > 'JITTest_AvailableExternallyFunction' which could not be resolved! > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >It's weird linker problem and i'm observing it as well. Haven't tried to solve it, though. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110917/2f131df0/attachment.html>
Seemingly Similar Threads
- [LLVMdev] [RC3] FreeBSD status.
- [LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
- [LLVMdev] sys::getHostTriple failed to recognize ARM correctly
- [LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
- [LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi