[Openmp-commits] [openmp] r368068 - [OPENMP][OFFLOADING]Fix the test, NFC.

Alexey Bataev via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 6 11:13:40 PDT 2019


Author: abataev
Date: Tue Aug  6 11:13:39 2019
New Revision: 368068

URL: http://llvm.org/viewvc/llvm-project?rev=368068&view=rev
Log:
[OPENMP][OFFLOADING]Fix the test, NFC.

Modified:
    openmp/trunk/libomptarget/test/mapping/declare_mapper_api.cpp

Modified: openmp/trunk/libomptarget/test/mapping/declare_mapper_api.cpp
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/libomptarget/test/mapping/declare_mapper_api.cpp?rev=368068&r1=368067&r2=368068&view=diff
==============================================================================
--- openmp/trunk/libomptarget/test/mapping/declare_mapper_api.cpp (original)
+++ openmp/trunk/libomptarget/test/mapping/declare_mapper_api.cpp Tue Aug  6 11:13:39 2019
@@ -1,10 +1,11 @@
-// RUN: %libomptarget-compile-run-and-check-aarch64-unknown-linux-gnu
-// RUN: %libomptarget-compile-run-and-check-powerpc64-ibm-linux-gnu
-// RUN: %libomptarget-compile-run-and-check-powerpc64le-ibm-linux-gnu
-// RUN: %libomptarget-compile-run-and-check-x86_64-pc-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
+// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
 
 #include <cstdio>
 #include <cstdlib>
+#include <vector>
 
 // Data structure definitions copied from OpenMP RTL.
 struct MapComponentInfoTy {




More information about the Openmp-commits mailing list