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 1673c52 commit 0b9b0b4Copy full SHA for 0b9b0b4
amd/comgr/src/comgr-compiler.cpp
@@ -1129,7 +1129,7 @@ amd_comgr_status_t AMDGPUCompiler::addDeviceLibraries() {
1129
SmallString<256> ClangBinaryPath(env::getLLVMPath());
1130
sys::path::append(ClangBinaryPath, "bin", "clang");
1131
1132
- std::string ClangResourceDir = Driver::GetResourcesPath(ClangBinaryPath);
+ std::string ClangResourceDir = GetResourcesPath(ClangBinaryPath);
1133
1134
SmallString<256> DeviceLibPath(ClangResourceDir);
1135
sys::path::append(DeviceLibPath, "lib");
0 commit comments