mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Update the LLVM submodule. (#935)
Among other things, this brings compatibility fixes with upstream GoogleTest and Windows Bazel build support fixes.
This commit is contained in:
@@ -19,7 +19,7 @@ static void InitReplacements(RefactoringTool* tool) {
|
||||
for (const std::string& path : tool->getSourcePaths()) {
|
||||
llvm::ErrorOr<const clang::FileEntry*> file = files.getFile(path);
|
||||
if (file.getError()) {
|
||||
llvm::report_fatal_error("Error accessing `" + path +
|
||||
llvm::report_fatal_error(llvm::Twine("Error accessing `") + path +
|
||||
"`: " + file.getError().message() + "\n");
|
||||
}
|
||||
repl.insert({files.getCanonicalName(*file).str(), {}});
|
||||
|
||||
Reference in New Issue
Block a user