We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b03eb commit 52cf5b3Copy full SHA for 52cf5b3
flang/lib/Frontend/CompilerInvocation.cpp
@@ -1562,7 +1562,7 @@ bool CompilerInvocation::createFromArgs(
1562
args.getLastArg(clang::options::OPT_resource_dir))
1563
invoc.resourceDir = a->getValue();
1564
else
1565
- invoc.resourceDir = clang::driver::Driver::GetResourcesPath(
+ invoc.resourceDir = clang::GetResourcesPath(
1566
llvm::sys::fs::getMainExecutable(argv0, nullptr));
1567
1568
// -flang-experimental-hlfir
0 commit comments