diff --git a/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp b/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp index a6fc8d06c5..24092bbf45 100644 --- a/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp +++ b/SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp @@ -1,4 +1,3 @@ -// Disable fallback assert here until online-support is fixed. // Use of per-kernel device code split and linking the bundle with all images // involved leads to multiple definition of AssertHappened structure due each // device image is statically linked against fallback libdevice. @@ -185,7 +184,7 @@ int main() { // CHECK-NEXT: : {{.*}} // CHECK-NEXT: : {{.*}} // CHECK-NEXT: : {{.*}} - // CHECK-NEXT: + // CHECK-NEXT: : // CHECK-NEXT: : {{.*}} // CHECK-NEXT: : {{.*}} // CHECK-NEXT: diff --git a/SYCL/KernelAndProgram/level-zero-link-flags.cpp b/SYCL/KernelAndProgram/level-zero-link-flags.cpp index bd24f3fd6e..c3273e9807 100644 --- a/SYCL/KernelAndProgram/level-zero-link-flags.cpp +++ b/SYCL/KernelAndProgram/level-zero-link-flags.cpp @@ -1,15 +1,6 @@ // RUN: %clangxx -fsycl -Xsycl-target-linker=spir64 -foo %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // REQUIRES: level_zero -// -// This test is disabled because the runtime does not currently pass linker -// flags from "-Xsycl-target-linker=spir64 " when the program calls -// "sycl::link()". This seems like a bug. Note that the runtime does pass -// those "" to the online linker in other cases when it links device -// code. -// -// XFAIL: level_zero -// //==--- level-zero-link-flags.cpp - Error handling for link flags --==// // // The Level Zero backend does not accept any online linker options.