Skip to content
  • Bill Wendling's avatar
    Temporarily revert r60973. It's inexplicably causing a failure when self-hosting LLVM: · 293b9181
    Bill Wendling authored
    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.
    
    llvm-svn: 60977
    293b9181
Loading