Skip to content

Commit 79e0975

Browse files
committed
Remove erroneous change
1 parent 3ab0bdf commit 79e0975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ std::string saveModuleProperties(module_split::ModuleDesc &MD,
324324
PropSet.add(PropSetRegTy::SYCL_DEVICE_REQUIREMENTS, "compile_target",
325325
Target);
326326
NewSuff += "_";
327+
NewSuff += Target;
327328
}
328-
NewSuff += Target;
329329

330330
std::error_code EC;
331331
std::string SCFile = makeResultFileName(".prop", I, NewSuff);

0 commit comments

Comments
 (0)