llvm-6502/test
Bill Wendling 8295e49e76 Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM:
llvm[2]: Linking Release executable opt (without symbols)
...
Undefined symbols:
  "llvm::APFloat::IEEEsingle", referenced from:
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
      __ZN4llvm7APFloat10IEEEsingleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
  "llvm::APFloat::IEEEdouble", referenced from:
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(Constants.o)
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(AsmWriter.o)
      __ZN4llvm7APFloat10IEEEdoubleE$non_lazy_ptr in libLLVMCore.a(ConstantFold.o)
ld: symbol(s) not found

This is in release mode. To replicate, compile llvm and llvm-gcc in optimized
mode. Then build llvm, in optimized mode, with the newly created compiler.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60977 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-13 09:28:44 +00:00
..
Analysis Revert my re-instated reverted commit, fixes the bootstrap build on x86-64 linux. 2008-12-12 17:09:07 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen - Use patterns instead of creating completely new instruction matching patterns, 2008-12-12 21:15:41 +00:00
DebugInfo Fix a couple of Dwarf bugs. 2008-12-10 00:15:44 +00:00
ExecutionEngine
Feature Extend the 'noalias' attribute to function return values. This is intended to 2008-11-24 03:41:24 +00:00
FrontendAda
FrontendC Add test case for ptr annotation. 2008-11-12 16:12:27 +00:00
FrontendC++ Re-enable test. 2008-12-12 22:42:35 +00:00
FrontendFortran Testcase for recent llvm-gcc fix 2008-11-03 14:43:31 +00:00
FrontendObjC Add test for rdar://6394879. 2008-11-26 02:21:12 +00:00
FrontendObjC++
Integer
lib
Linker
LLVMC Remove Clang tests since clang is not installed on the buildbots. 2008-12-09 15:11:45 +00:00
Other
Scripts
TableGen
Transforms Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: 2008-12-13 09:28:44 +00:00
Verifier Correct this error message. 2008-11-15 17:50:47 +00:00
Makefile
Makefile.tests
TestRunner.sh