Skip to content

Commit 52cf5b3

Browse files
committed
Post-merge fixes
1 parent f5b03eb commit 52cf5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ bool CompilerInvocation::createFromArgs(
15621562
args.getLastArg(clang::options::OPT_resource_dir))
15631563
invoc.resourceDir = a->getValue();
15641564
else
1565-
invoc.resourceDir = clang::driver::Driver::GetResourcesPath(
1565+
invoc.resourceDir = clang::GetResourcesPath(
15661566
llvm::sys::fs::getMainExecutable(argv0, nullptr));
15671567

15681568
// -flang-experimental-hlfir

0 commit comments

Comments
 (0)