API changes to match llvm ToT.
llvm-svn: 79868
This commit is contained in:
@@ -78,7 +78,7 @@ static void AddQuotedIncludePath(std::vector<char> &Buf,
|
||||
|
||||
// Escape double quotes etc.
|
||||
Buf.push_back('"');
|
||||
std::string EscapedFile = Lexer::Stringify(Path.toString());
|
||||
std::string EscapedFile = Lexer::Stringify(Path.str());
|
||||
Buf.insert(Buf.end(), EscapedFile.begin(), EscapedFile.end());
|
||||
Buf.push_back('"');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user