Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ make_object_file_filename
Function
make_object_file_filename
src/fileutils.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
fs::path make_object_file_filename(std::string_view name)
55
{
56
return std::string{name}.append(object_file_postfix);
57
}
58
59
fs::path make_static_library_filename(std::string_view name)
60
{
Callers
1
TEST_CASE
Function · 0.85
Calls
1
append
Method · 0.45
Tested by
no test coverage detected