diff --git a/lang/opensycl/files/patch-src_compiler_cbs_SubCfgFormation.cpp b/lang/opensycl/files/patch-src_compiler_cbs_SubCfgFormation.cpp new file mode 100644 index 000000000000..6d3cdc4fde8b --- /dev/null +++ b/lang/opensycl/files/patch-src_compiler_cbs_SubCfgFormation.cpp @@ -0,0 +1,13 @@ +- workaround for https://github.com/OpenSYCL/OpenSYCL/issues/1060 + +--- src/compiler/cbs/SubCfgFormation.cpp.orig 2023-06-07 04:07:11 UTC ++++ src/compiler/cbs/SubCfgFormation.cpp +@@ -367,7 +367,7 @@ class SubCFG { (public) + + // create new exiting block writing the exit's id to LastBarrierIdStorage_ + llvm::BasicBlock * +-SubCFG::createExitWithID(llvm::detail::DenseMapPair BarrierPair, ++SubCFG::createExitWithID(llvm::detail::DenseMapPair BarrierPair, + llvm::BasicBlock *After, llvm::BasicBlock *TargetBB) { + HIPSYCL_DEBUG_INFO << "Create new exit with ID: " << BarrierPair.second << " at " + << After->getName() << "\n";