forked from OSchip/llvm-project
parent
f062192632
commit
9b22df691b
|
@ -136,6 +136,7 @@ std::string BareMetal::findLibCxxIncludePath(CXXStdlibType LibType) const {
|
|||
return Dir.str();
|
||||
}
|
||||
}
|
||||
llvm_unreachable("unhandled LibType");
|
||||
}
|
||||
|
||||
void BareMetal::AddClangCXXStdlibIncludeArgs(
|
||||
|
|
Loading…
Reference in New Issue