Skip to content
Snippets Groups Projects
Commit 19136f1c authored by Rafael Espindola's avatar Rafael Espindola
Browse files

Update for llvm api change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244855 91177308-0d34-0410-b5e6-96231b3b80d8
parent 57785f16
Branches
No related tags found
No related merge requests found
......@@ -406,7 +406,7 @@ int main(int argc_, const char **argv_) {
const DriverSuffix *DS = parseDriverSuffix(ProgName);
llvm::BumpPtrAllocator A;
llvm::BumpPtrStringSaver Saver(A);
llvm::StringSaver Saver(A);
// Parse response files using the GNU syntax, unless we're in CL mode. There
// are two ways to put clang in CL compatibility mode: argv[0] is either
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment