mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-21 15:02:51 +00:00
[OPENMP][OFFLOADING]Fix the test, NFC.
llvm-svn: 368068
This commit is contained in:
parent
6bbfde5c48
commit
c10180ed8e
@ -1,10 +1,11 @@
|
|||||||
// RUN: %libomptarget-compile-run-and-check-aarch64-unknown-linux-gnu
|
// RUN: %libomptarget-compilexx-run-and-check-aarch64-unknown-linux-gnu
|
||||||
// RUN: %libomptarget-compile-run-and-check-powerpc64-ibm-linux-gnu
|
// RUN: %libomptarget-compilexx-run-and-check-powerpc64-ibm-linux-gnu
|
||||||
// RUN: %libomptarget-compile-run-and-check-powerpc64le-ibm-linux-gnu
|
// RUN: %libomptarget-compilexx-run-and-check-powerpc64le-ibm-linux-gnu
|
||||||
// RUN: %libomptarget-compile-run-and-check-x86_64-pc-linux-gnu
|
// RUN: %libomptarget-compilexx-run-and-check-x86_64-pc-linux-gnu
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
// Data structure definitions copied from OpenMP RTL.
|
// Data structure definitions copied from OpenMP RTL.
|
||||||
struct MapComponentInfoTy {
|
struct MapComponentInfoTy {
|
||||||
|
Loading…
Reference in New Issue
Block a user