Skip to content
  • Bill Wendling's avatar
    The llvm::ELFWriter::EmitGlobal() method is calling the · ac796020
    Bill Wendling authored
    llvm::PATypeHolder::get() method when LLVM is self-hosted in Release
    mode. Before the parser changed, there was a definition of llvm::PAHolder::get()
    in llvmAsmParser.y. This was probably a bug that no-one noticed.
    
    Explicitly #include the Type.h file as a temporary fix for now.
    
    llvm-svn: 61620
    ac796020
Loading