Hello. I've built and `make chech-all` rc3 tarballs using CMake build on FreeBSD 8-STABLE system. Here are results:<br><br>Failing Tests (10):<br> Clang :: Index/crash-recovery-code-complete.c<br> Clang :: Index/crash-recovery-reparse.c<br>
Clang :: Index/crash-recovery.c<br> LLVM :: BugPoint/crash-narrowfunctiontest.ll<br> LLVM :: BugPoint/metadata.ll<br> LLVM :: BugPoint/remove_arguments_test.ll<br> LLVM :: Feature/load_module.ll<br> LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled<br>
LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted<br> LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled<br>
<br> Expected Passes : 8136<br> Expected Failures : 68<br> Unsupported Tests : 542<br> Unexpected Failures: 10<br><br>Following tests have failed because of -load command-line option:<br>LLVM :: BugPoint/metadata.ll<br>
LLVM :: BugPoint/crash-narrowfunctiontest.ll<br>LLVM :: BugPoint/remove_arguments_test.ll<br>LLVM :: Feature/load_module.ll<br><br>And here is stdout:<br>Error opening '/home/arr/projects/llvm/llvm-2.9rc3/build/lib/./BugpointPasses.so': /home/arr/projects/llvm/llvm-2.9rc3/build/lib/./BugpointPasses.so: Undefined symbol "_ZNK4llvm4Pass11getPassNameEv"<br>
-load request ignored.<br><br><br><br>Following tests:<br>LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled<br>LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted<br>
LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled<br>have failed because of JIT have failed to resolve external symbols 'JITTest_AvailableExternallyGlobal' and 'JITTest_AvailableExternallyFunction'<br>
<br><br><br>Finally, clang tests failed with simply "Exit Code: 1" line.<br><br>I would be glad to provide additional info, if needed.<br>