forked from OSchip/llvm-project
parent
133edddd82
commit
029d74b264
|
@ -575,7 +575,7 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple) {
|
|||
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw64", "4.3.0");
|
||||
// Fall through.
|
||||
case llvm::Triple::MinGW32:
|
||||
// Try gcc 4.5.0
|
||||
// Try gcc 4.5.0
|
||||
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw32", "4.5.0");
|
||||
// Try gcc 4.4.0
|
||||
AddMinGWCPlusPlusIncludePaths("c:/MinGW/lib/gcc", "mingw32", "4.4.0");
|
||||
|
|
|
@ -275,4 +275,3 @@ const TargetAttributesSema &Sema::getTargetAttributesSema() const {
|
|||
return *(TheTargetAttributesSema = new X86AttributesSema);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue