[Openmp-commits] [PATCH] D122658: [libomptarget] x86 offloading fails map_back_race.cpp intermittently

Ron Lieberman via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 29 09:01:46 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG95eac4726054: [libomptarget] x86 offloading fails map_back_race.cpp intermittently (authored by ronlieb).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122658/new/

https://reviews.llvm.org/D122658

Files:
  openmp/libomptarget/test/mapping/map_back_race.cpp


Index: openmp/libomptarget/test/mapping/map_back_race.cpp
===================================================================
--- openmp/libomptarget/test/mapping/map_back_race.cpp
+++ openmp/libomptarget/test/mapping/map_back_race.cpp
@@ -2,6 +2,10 @@
 
 // Taken from https://github.com/llvm/llvm-project/issues/54216
 
+
+// UNSUPPORTED: x86_64-pc-linux-gnu
+// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
+
 #include <algorithm>
 #include <cstdlib>
 #include <iostream>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122658.418898.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220329/ef7447f0/attachment-0001.bin>


More information about the Openmp-commits mailing list