MCPcopy 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
54fs::path make_object_file_filename(std::string_view name)
55{
56 return std::string{name}.append(object_file_postfix);
57}
58
59fs::path make_static_library_filename(std::string_view name)
60{

Callers 1

TEST_CASEFunction · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected