[Openmp-commits] [openmp] 8078721 - [Libomptarget] Fix test using old unsupported lit string
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Mon Apr 18 20:08:26 PDT 2022
Author: Joseph Huber
Date: 2022-04-18T23:08:12-04:00
New Revision: 80787213eae2308c1015eb90e80cf78b9344e457
URL: https://github.com/llvm/llvm-project/commit/80787213eae2308c1015eb90e80cf78b9344e457
DIFF: https://github.com/llvm/llvm-project/commit/80787213eae2308c1015eb90e80cf78b9344e457.diff
LOG: [Libomptarget] Fix test using old unsupported lit string
Summary:
One test had an old "unsupported" string that used the old `newDriver`
string which was removed. This test should be updated to use the
`oldDriver` one instead.
Added:
Modified:
openmp/libomptarget/test/mapping/map_back_race.cpp
Removed:
################################################################################
diff --git a/openmp/libomptarget/test/mapping/map_back_race.cpp b/openmp/libomptarget/test/mapping/map_back_race.cpp
index 831611f4343e6..970e901b1da20 100644
--- a/openmp/libomptarget/test/mapping/map_back_race.cpp
+++ b/openmp/libomptarget/test/mapping/map_back_race.cpp
@@ -4,7 +4,7 @@
// UNSUPPORTED: x86_64-pc-linux-gnu
-// UNSUPPORTED: x86_64-pc-linux-gnu-newDriver
+// UNSUPPORTED: x86_64-pc-linux-gnu-oldDriver
#include <algorithm>
#include <cstdlib>
More information about the Openmp-commits
mailing list