Skip to content

Commit ccb14ba

Browse files
committed
comgr remove Driver:: from GetResourcesPath
1 parent f8bba3b commit ccb14ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/comgr/src/comgr-compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ amd_comgr_status_t AMDGPUCompiler::addDeviceLibraries() {
11291129
SmallString<256> ClangBinaryPath(env::getLLVMPath());
11301130
sys::path::append(ClangBinaryPath, "bin", "clang");
11311131

1132-
std::string ClangResourceDir = Driver::GetResourcesPath(ClangBinaryPath);
1132+
std::string ClangResourceDir = GetResourcesPath(ClangBinaryPath);
11331133

11341134
SmallString<256> DeviceLibPath(ClangResourceDir);
11351135
sys::path::append(DeviceLibPath, "lib");

0 commit comments

Comments
 (0)