Skip to content

Commit 1902e2e

Browse files
committed
fix build error
Signed-off-by: jinge90 <[email protected]>
1 parent 22757c7 commit 1902e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl-jit/jit-compiler/lib/rtc/DeviceCompilation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Expected<RTCBundleInfo> jit_compiler::performPostLink(
423423
/*EmitExportedSymbols=*/true, /*EmitImportedSymbols=*/true,
424424
/*DeviceGlobals=*/false};
425425
PropertySetRegistry Properties =
426-
computeModuleProperties(MDesc.getModule(), MDesc.entries(), PropReq);
426+
computeModuleProperties(MDesc.getModule(), MDesc.entries(), PropReq, "");
427427
// TODO: Manually add `compile_target` property as in
428428
// `saveModuleProperties`?
429429
const auto &PropertySets = Properties.getPropSets();

0 commit comments

Comments
 (0)