mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 15:10:33 +00:00
This gets most of the backends building with HP HappyC++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d2dec7d24c
commit
12f7578214
@ -51,7 +51,8 @@ void RegisterInfoEmitter::runHeader(std::ostream &OS) {
|
||||
const std::string &TargetName = Target.getName();
|
||||
std::string ClassName = TargetName + "GenRegisterInfo";
|
||||
|
||||
OS << "#include \"llvm/Target/MRegisterInfo.h\"\n\n";
|
||||
OS << "#include \"llvm/Target/MRegisterInfo.h\"\n";
|
||||
OS << "#include <string>\n\n";
|
||||
|
||||
OS << "namespace llvm {\n\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user